@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetExportJobOutput extends Object implements Serializable, Cloneable, StructuredPojo
The output configuration parameters of a dataset export job.
| Constructor and Description | 
|---|
| DatasetExportJobOutput() | 
| Modifier and Type | Method and Description | 
|---|---|
| DatasetExportJobOutput | clone() | 
| boolean | equals(Object obj) | 
| S3DataConfig | getS3DataDestination() | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setS3DataDestination(S3DataConfig s3DataDestination) | 
| String | toString()Returns a string representation of this object. | 
| DatasetExportJobOutput | withS3DataDestination(S3DataConfig s3DataDestination) | 
public void setS3DataDestination(S3DataConfig s3DataDestination)
s3DataDestination - public S3DataConfig getS3DataDestination()
public DatasetExportJobOutput withS3DataDestination(S3DataConfig s3DataDestination)
s3DataDestination - public String toString()
toString in class ObjectObject.toString()public DatasetExportJobOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.