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