@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BucketCountBySharedAccessType extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the number of S3 buckets that are shared with other AWS accounts.
| Constructor and Description |
|---|
BucketCountBySharedAccessType() |
| Modifier and Type | Method and Description |
|---|---|
BucketCountBySharedAccessType |
clone() |
boolean |
equals(Object obj) |
Long |
getExternal()
The total number of buckets that are shared with an AWS account that isn't part of the same Amazon Macie
organization.
|
Long |
getInternal()
The total number of buckets that are shared with an AWS account that's part of the same Amazon Macie
organization.
|
Long |
getNotShared()
The total number of buckets that aren't shared with other AWS accounts.
|
Long |
getUnknown()
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExternal(Long external)
The total number of buckets that are shared with an AWS account that isn't part of the same Amazon Macie
organization.
|
void |
setInternal(Long internal)
The total number of buckets that are shared with an AWS account that's part of the same Amazon Macie
organization.
|
void |
setNotShared(Long notShared)
The total number of buckets that aren't shared with other AWS accounts.
|
void |
setUnknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for.
|
String |
toString()
Returns a string representation of this object.
|
BucketCountBySharedAccessType |
withExternal(Long external)
The total number of buckets that are shared with an AWS account that isn't part of the same Amazon Macie
organization.
|
BucketCountBySharedAccessType |
withInternal(Long internal)
The total number of buckets that are shared with an AWS account that's part of the same Amazon Macie
organization.
|
BucketCountBySharedAccessType |
withNotShared(Long notShared)
The total number of buckets that aren't shared with other AWS accounts.
|
BucketCountBySharedAccessType |
withUnknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for.
|
public void setExternal(Long external)
The total number of buckets that are shared with an AWS account that isn't part of the same Amazon Macie organization.
external - The total number of buckets that are shared with an AWS account that isn't part of the same Amazon Macie
organization.public Long getExternal()
The total number of buckets that are shared with an AWS account that isn't part of the same Amazon Macie organization.
public BucketCountBySharedAccessType withExternal(Long external)
The total number of buckets that are shared with an AWS account that isn't part of the same Amazon Macie organization.
external - The total number of buckets that are shared with an AWS account that isn't part of the same Amazon Macie
organization.public void setInternal(Long internal)
The total number of buckets that are shared with an AWS account that's part of the same Amazon Macie organization.
internal - The total number of buckets that are shared with an AWS account that's part of the same Amazon Macie
organization.public Long getInternal()
The total number of buckets that are shared with an AWS account that's part of the same Amazon Macie organization.
public BucketCountBySharedAccessType withInternal(Long internal)
The total number of buckets that are shared with an AWS account that's part of the same Amazon Macie organization.
internal - The total number of buckets that are shared with an AWS account that's part of the same Amazon Macie
organization.public void setNotShared(Long notShared)
The total number of buckets that aren't shared with other AWS accounts.
notShared - The total number of buckets that aren't shared with other AWS accounts.public Long getNotShared()
The total number of buckets that aren't shared with other AWS accounts.
public BucketCountBySharedAccessType withNotShared(Long notShared)
The total number of buckets that aren't shared with other AWS accounts.
notShared - The total number of buckets that aren't shared with other AWS accounts.public void setUnknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other AWS accounts.
unknown - The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie
can't determine whether these buckets are shared with other AWS accounts.public Long getUnknown()
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other AWS accounts.
public BucketCountBySharedAccessType withUnknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other AWS accounts.
unknown - The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie
can't determine whether these buckets are shared with other AWS accounts.public String toString()
toString in class ObjectObject.toString()public BucketCountBySharedAccessType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.