@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BucketCountBySharedAccessType extends Object implements Serializable, Cloneable, StructuredPojo
The total number of buckets that are shared with another AWS account or configured to support cross-origin resource sharing (CORS).
| Constructor and Description |
|---|
BucketCountBySharedAccessType() |
| Modifier and Type | Method and Description |
|---|---|
BucketCountBySharedAccessType |
clone() |
boolean |
equals(Object obj) |
Long |
getExternal()
Reserved for future use.
|
Long |
getInternal()
Reserved for future use.
|
Long |
getNotShared()
Reserved for future use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExternal(Long external)
Reserved for future use.
|
void |
setInternal(Long internal)
Reserved for future use.
|
void |
setNotShared(Long notShared)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
BucketCountBySharedAccessType |
withExternal(Long external)
Reserved for future use.
|
BucketCountBySharedAccessType |
withInternal(Long internal)
Reserved for future use.
|
BucketCountBySharedAccessType |
withNotShared(Long notShared)
Reserved for future use.
|
public void setExternal(Long external)
Reserved for future use.
external - Reserved for future use.public Long getExternal()
Reserved for future use.
public BucketCountBySharedAccessType withExternal(Long external)
Reserved for future use.
external - Reserved for future use.public void setInternal(Long internal)
Reserved for future use.
internal - Reserved for future use.public Long getInternal()
Reserved for future use.
public BucketCountBySharedAccessType withInternal(Long internal)
Reserved for future use.
internal - Reserved for future use.public void setNotShared(Long notShared)
Reserved for future use.
notShared - Reserved for future use.public Long getNotShared()
Reserved for future use.
public BucketCountBySharedAccessType withNotShared(Long notShared)
Reserved for future use.
notShared - Reserved for future use.public String toString()
toString in class ObjectObject.toString()public BucketCountBySharedAccessType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.