@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BucketCountByEffectivePermission extends Object implements Serializable, Cloneable, StructuredPojo
The total number of buckets that are publicly accessible, based on a combination of permissions settings for each bucket.
| Constructor and Description |
|---|
BucketCountByEffectivePermission() |
| Modifier and Type | Method and Description |
|---|---|
BucketCountByEffectivePermission |
clone() |
boolean |
equals(Object obj) |
Long |
getPubliclyAccessible()
Reserved for future use.
|
Long |
getPubliclyReadable()
Reserved for future use.
|
Long |
getPubliclyWritable()
Reserved for future use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPubliclyAccessible(Long publiclyAccessible)
Reserved for future use.
|
void |
setPubliclyReadable(Long publiclyReadable)
Reserved for future use.
|
void |
setPubliclyWritable(Long publiclyWritable)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
BucketCountByEffectivePermission |
withPubliclyAccessible(Long publiclyAccessible)
Reserved for future use.
|
BucketCountByEffectivePermission |
withPubliclyReadable(Long publiclyReadable)
Reserved for future use.
|
BucketCountByEffectivePermission |
withPubliclyWritable(Long publiclyWritable)
Reserved for future use.
|
public void setPubliclyAccessible(Long publiclyAccessible)
Reserved for future use.
publiclyAccessible - Reserved for future use.public Long getPubliclyAccessible()
Reserved for future use.
public BucketCountByEffectivePermission withPubliclyAccessible(Long publiclyAccessible)
Reserved for future use.
publiclyAccessible - Reserved for future use.public void setPubliclyReadable(Long publiclyReadable)
Reserved for future use.
publiclyReadable - Reserved for future use.public Long getPubliclyReadable()
Reserved for future use.
public BucketCountByEffectivePermission withPubliclyReadable(Long publiclyReadable)
Reserved for future use.
publiclyReadable - Reserved for future use.public void setPubliclyWritable(Long publiclyWritable)
Reserved for future use.
publiclyWritable - Reserved for future use.public Long getPubliclyWritable()
Reserved for future use.
public BucketCountByEffectivePermission withPubliclyWritable(Long publiclyWritable)
Reserved for future use.
publiclyWritable - Reserved for future use.public String toString()
toString in class ObjectObject.toString()public BucketCountByEffectivePermission clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.