@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The output data configuration that was supplied when the export job was created.
Constructor and Description |
---|
OutputDataConfig() |
Modifier and Type | Method and Description |
---|---|
OutputDataConfig |
clone() |
boolean |
equals(Object obj) |
S3Configuration |
getS3Configuration()
The output data configuration that was supplied when the export job was created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Configuration(S3Configuration s3Configuration)
The output data configuration that was supplied when the export job was created.
|
String |
toString()
Returns a string representation of this object.
|
OutputDataConfig |
withS3Configuration(S3Configuration s3Configuration)
The output data configuration that was supplied when the export job was created.
|
public void setS3Configuration(S3Configuration s3Configuration)
The output data configuration that was supplied when the export job was created.
s3Configuration
- The output data configuration that was supplied when the export job was created.public S3Configuration getS3Configuration()
The output data configuration that was supplied when the export job was created.
public OutputDataConfig withS3Configuration(S3Configuration s3Configuration)
The output data configuration that was supplied when the export job was created.
s3Configuration
- The output data configuration that was supplied when the export job was created.public String toString()
toString
in class Object
Object.toString()
public OutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.