@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DestinationSettings() |
| Modifier and Type | Method and Description |
|---|---|
DestinationSettings |
clone() |
boolean |
equals(Object obj) |
S3DestinationSettings |
getS3Settings()
Settings associated with S3 destination
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3Settings(S3DestinationSettings s3Settings)
Settings associated with S3 destination
|
String |
toString()
Returns a string representation of this object.
|
DestinationSettings |
withS3Settings(S3DestinationSettings s3Settings)
Settings associated with S3 destination
|
public void setS3Settings(S3DestinationSettings s3Settings)
s3Settings - Settings associated with S3 destinationpublic S3DestinationSettings getS3Settings()
public DestinationSettings withS3Settings(S3DestinationSettings s3Settings)
s3Settings - Settings associated with S3 destinationpublic String toString()
toString in class ObjectObject.toString()public DestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.