@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainMetadataResult extends AmazonWebServiceResult<SimpleDBResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DomainMetadataResult() |
Modifier and Type | Method and Description |
---|---|
DomainMetadataResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getAttributeNameCount()
The number of unique attribute names in the domain.
|
Long |
getAttributeNamesSizeBytes()
The total size of all unique attribute names in the domain, in bytes.
|
Integer |
getAttributeValueCount()
The number of all attribute name/value pairs in the domain.
|
Long |
getAttributeValuesSizeBytes()
The total size of all attribute values in the domain, in bytes.
|
Integer |
getItemCount()
The number of all items in the domain.
|
Long |
getItemNamesSizeBytes()
The total size of all item names in the domain, in bytes.
|
Integer |
getTimestamp()
The data and time when metadata was calculated, in Epoch (UNIX) seconds.
|
int |
hashCode() |
void |
setAttributeNameCount(Integer attributeNameCount)
The number of unique attribute names in the domain.
|
void |
setAttributeNamesSizeBytes(Long attributeNamesSizeBytes)
The total size of all unique attribute names in the domain, in bytes.
|
void |
setAttributeValueCount(Integer attributeValueCount)
The number of all attribute name/value pairs in the domain.
|
void |
setAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
The total size of all attribute values in the domain, in bytes.
|
void |
setItemCount(Integer itemCount)
The number of all items in the domain.
|
void |
setItemNamesSizeBytes(Long itemNamesSizeBytes)
The total size of all item names in the domain, in bytes.
|
void |
setTimestamp(Integer timestamp)
The data and time when metadata was calculated, in Epoch (UNIX) seconds.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DomainMetadataResult |
withAttributeNameCount(Integer attributeNameCount)
The number of unique attribute names in the domain.
|
DomainMetadataResult |
withAttributeNamesSizeBytes(Long attributeNamesSizeBytes)
The total size of all unique attribute names in the domain, in bytes.
|
DomainMetadataResult |
withAttributeValueCount(Integer attributeValueCount)
The number of all attribute name/value pairs in the domain.
|
DomainMetadataResult |
withAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
The total size of all attribute values in the domain, in bytes.
|
DomainMetadataResult |
withItemCount(Integer itemCount)
The number of all items in the domain.
|
DomainMetadataResult |
withItemNamesSizeBytes(Long itemNamesSizeBytes)
The total size of all item names in the domain, in bytes.
|
DomainMetadataResult |
withTimestamp(Integer timestamp)
The data and time when metadata was calculated, in Epoch (UNIX) seconds.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setItemCount(Integer itemCount)
itemCount
- The number of all items in the domain.public Integer getItemCount()
public DomainMetadataResult withItemCount(Integer itemCount)
itemCount
- The number of all items in the domain.public void setItemNamesSizeBytes(Long itemNamesSizeBytes)
itemNamesSizeBytes
- The total size of all item names in the domain, in bytes.public Long getItemNamesSizeBytes()
public DomainMetadataResult withItemNamesSizeBytes(Long itemNamesSizeBytes)
itemNamesSizeBytes
- The total size of all item names in the domain, in bytes.public void setAttributeNameCount(Integer attributeNameCount)
attributeNameCount
- The number of unique attribute names in the domain.public Integer getAttributeNameCount()
public DomainMetadataResult withAttributeNameCount(Integer attributeNameCount)
attributeNameCount
- The number of unique attribute names in the domain.public void setAttributeNamesSizeBytes(Long attributeNamesSizeBytes)
attributeNamesSizeBytes
- The total size of all unique attribute names in the domain, in bytes.public Long getAttributeNamesSizeBytes()
public DomainMetadataResult withAttributeNamesSizeBytes(Long attributeNamesSizeBytes)
attributeNamesSizeBytes
- The total size of all unique attribute names in the domain, in bytes.public void setAttributeValueCount(Integer attributeValueCount)
attributeValueCount
- The number of all attribute name/value pairs in the domain.public Integer getAttributeValueCount()
public DomainMetadataResult withAttributeValueCount(Integer attributeValueCount)
attributeValueCount
- The number of all attribute name/value pairs in the domain.public void setAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
attributeValuesSizeBytes
- The total size of all attribute values in the domain, in bytes.public Long getAttributeValuesSizeBytes()
public DomainMetadataResult withAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
attributeValuesSizeBytes
- The total size of all attribute values in the domain, in bytes.public void setTimestamp(Integer timestamp)
timestamp
- The data and time when metadata was calculated, in Epoch (UNIX) seconds.public Integer getTimestamp()
public DomainMetadataResult withTimestamp(Integer timestamp)
timestamp
- The data and time when metadata was calculated, in Epoch (UNIX) seconds.public String toString()
toString
in class Object
Object.toString()
public DomainMetadataResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.