@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BucketCountByEffectivePermission extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the number of S3 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()
The total number of buckets that allow the general public to have read or write access to the bucket.
|
Long |
getPubliclyReadable()
The total number of buckets that allow the general public to have read access to the bucket.
|
Long |
getPubliclyWritable()
The total number of buckets that allow the general public to have write access to the bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPubliclyAccessible(Long publiclyAccessible)
The total number of buckets that allow the general public to have read or write access to the bucket.
|
void |
setPubliclyReadable(Long publiclyReadable)
The total number of buckets that allow the general public to have read access to the bucket.
|
void |
setPubliclyWritable(Long publiclyWritable)
The total number of buckets that allow the general public to have write access to the bucket.
|
String |
toString()
Returns a string representation of this object.
|
BucketCountByEffectivePermission |
withPubliclyAccessible(Long publiclyAccessible)
The total number of buckets that allow the general public to have read or write access to the bucket.
|
BucketCountByEffectivePermission |
withPubliclyReadable(Long publiclyReadable)
The total number of buckets that allow the general public to have read access to the bucket.
|
BucketCountByEffectivePermission |
withPubliclyWritable(Long publiclyWritable)
The total number of buckets that allow the general public to have write access to the bucket.
|
public void setPubliclyAccessible(Long publiclyAccessible)
The total number of buckets that allow the general public to have read or write access to the bucket.
publiclyAccessible - The total number of buckets that allow the general public to have read or write access to the bucket.public Long getPubliclyAccessible()
The total number of buckets that allow the general public to have read or write access to the bucket.
public BucketCountByEffectivePermission withPubliclyAccessible(Long publiclyAccessible)
The total number of buckets that allow the general public to have read or write access to the bucket.
publiclyAccessible - The total number of buckets that allow the general public to have read or write access to the bucket.public void setPubliclyReadable(Long publiclyReadable)
The total number of buckets that allow the general public to have read access to the bucket.
publiclyReadable - The total number of buckets that allow the general public to have read access to the bucket.public Long getPubliclyReadable()
The total number of buckets that allow the general public to have read access to the bucket.
public BucketCountByEffectivePermission withPubliclyReadable(Long publiclyReadable)
The total number of buckets that allow the general public to have read access to the bucket.
publiclyReadable - The total number of buckets that allow the general public to have read access to the bucket.public void setPubliclyWritable(Long publiclyWritable)
The total number of buckets that allow the general public to have write access to the bucket.
publiclyWritable - The total number of buckets that allow the general public to have write access to the bucket.public Long getPubliclyWritable()
The total number of buckets that allow the general public to have write access to the bucket.
public BucketCountByEffectivePermission withPubliclyWritable(Long publiclyWritable)
The total number of buckets that allow the general public to have write access to the bucket.
publiclyWritable - The total number of buckets that allow the general public to have write access to the bucket.public String toString()
toString in class ObjectObject.toString()public BucketCountByEffectivePermission clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.