@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 Object
Object.toString()
public DestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.