@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportDestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The destination configuration for delivering exported email data.
| Constructor and Description |
|---|
ExportDestinationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ExportDestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
S3ExportDestinationConfiguration |
getS3()
Configuration for delivering to an Amazon S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3(S3ExportDestinationConfiguration s3)
Configuration for delivering to an Amazon S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
ExportDestinationConfiguration |
withS3(S3ExportDestinationConfiguration s3)
Configuration for delivering to an Amazon S3 bucket.
|
public void setS3(S3ExportDestinationConfiguration s3)
Configuration for delivering to an Amazon S3 bucket.
s3 - Configuration for delivering to an Amazon S3 bucket.public S3ExportDestinationConfiguration getS3()
Configuration for delivering to an Amazon S3 bucket.
public ExportDestinationConfiguration withS3(S3ExportDestinationConfiguration s3)
Configuration for delivering to an Amazon S3 bucket.
s3 - Configuration for delivering to an Amazon S3 bucket.public String toString()
toString in class ObjectObject.toString()public ExportDestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.