@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 any other AWS accounts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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 any other AWS accounts.
|
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 any other AWS accounts.
|
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 any other AWS accounts.
notShared - The total number of buckets that aren't shared with any other AWS accounts.public Long getNotShared()
The total number of buckets that aren't shared with any other AWS accounts.
public BucketCountBySharedAccessType withNotShared(Long notShared)
The total number of buckets that aren't shared with any other AWS accounts.
notShared - The total number of buckets that aren't shared with any other AWS accounts.public String toString()
toString in class ObjectObject.toString()public BucketCountBySharedAccessType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.