@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArchiveS3Settings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
| ArchiveS3Settings() | 
| Modifier and Type | Method and Description | 
|---|---|
| ArchiveS3Settings | clone() | 
| boolean | equals(Object obj) | 
| String | getCannedAcl()Specify the canned ACL to apply to each S3 request. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCannedAcl(String cannedAcl)Specify the canned ACL to apply to each S3 request. | 
| String | toString()Returns a string representation of this object. | 
| ArchiveS3Settings | withCannedAcl(S3CannedAcl cannedAcl)Specify the canned ACL to apply to each S3 request. | 
| ArchiveS3Settings | withCannedAcl(String cannedAcl)Specify the canned ACL to apply to each S3 request. | 
public void setCannedAcl(String cannedAcl)
cannedAcl - Specify the canned ACL to apply to each S3 request. Defaults to none.S3CannedAclpublic String getCannedAcl()
S3CannedAclpublic ArchiveS3Settings withCannedAcl(String cannedAcl)
cannedAcl - Specify the canned ACL to apply to each S3 request. Defaults to none.S3CannedAclpublic ArchiveS3Settings withCannedAcl(S3CannedAcl cannedAcl)
cannedAcl - Specify the canned ACL to apply to each S3 request. Defaults to none.S3CannedAclpublic String toString()
toString in class ObjectObject.toString()public ArchiveS3Settings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.