@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountLevelPermissions extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the account level permissions on the S3 bucket.
Constructor and Description |
---|
AccountLevelPermissions() |
Modifier and Type | Method and Description |
---|---|
AccountLevelPermissions |
clone() |
boolean |
equals(Object obj) |
BlockPublicAccess |
getBlockPublicAccess()
Describes the S3 Block Public Access settings of the bucket's parent account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBlockPublicAccess(BlockPublicAccess blockPublicAccess)
Describes the S3 Block Public Access settings of the bucket's parent account.
|
String |
toString()
Returns a string representation of this object.
|
AccountLevelPermissions |
withBlockPublicAccess(BlockPublicAccess blockPublicAccess)
Describes the S3 Block Public Access settings of the bucket's parent account.
|
public void setBlockPublicAccess(BlockPublicAccess blockPublicAccess)
Describes the S3 Block Public Access settings of the bucket's parent account.
blockPublicAccess
- Describes the S3 Block Public Access settings of the bucket's parent account.public BlockPublicAccess getBlockPublicAccess()
Describes the S3 Block Public Access settings of the bucket's parent account.
public AccountLevelPermissions withBlockPublicAccess(BlockPublicAccess blockPublicAccess)
Describes the S3 Block Public Access settings of the bucket's parent account.
blockPublicAccess
- Describes the S3 Block Public Access settings of the bucket's parent account.public String toString()
toString
in class Object
Object.toString()
public AccountLevelPermissions 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.