@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3DestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
S3DestinationSettings() |
Modifier and Type | Method and Description |
---|---|
S3DestinationSettings |
clone() |
boolean |
equals(Object obj) |
S3EncryptionSettings |
getEncryption()
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEncryption(S3EncryptionSettings encryption)
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
S3DestinationSettings |
withEncryption(S3EncryptionSettings encryption)
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
public void setEncryption(S3EncryptionSettings encryption)
encryption
- Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.public S3EncryptionSettings getEncryption()
public S3DestinationSettings withEncryption(S3EncryptionSettings encryption)
encryption
- Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.public String toString()
toString
in class Object
Object.toString()
public S3DestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.