Class DomainMetadataResult
java.lang.Object
com.amazonaws.services.simpledb.model.DomainMetadataResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The number of unique attribute names in the domain.The total size of all unique attribute names in the domain, in bytes.The number of all attribute name/value pairs in the domain.The total size of all attribute values in the domain, in bytes.The number of all items in the domain.The total size of all item names in the domain, in bytes.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.toString()
Returns a string representation of this object; useful for testing and debugging.withAttributeNameCount
(Integer attributeNameCount) The number of unique attribute names in the domain.withAttributeNamesSizeBytes
(Long attributeNamesSizeBytes) The total size of all unique attribute names in the domain, in bytes.withAttributeValueCount
(Integer attributeValueCount) The number of all attribute name/value pairs in the domain.withAttributeValuesSizeBytes
(Long attributeValuesSizeBytes) The total size of all attribute values in the domain, in bytes.withItemCount
(Integer itemCount) The number of all items in the domain.withItemNamesSizeBytes
(Long itemNamesSizeBytes) The total size of all item names in the domain, in bytes.withTimestamp
(Integer timestamp) The data and time when metadata was calculated, in Epoch (UNIX) seconds.
-
Constructor Details
-
DomainMetadataResult
public DomainMetadataResult()
-
-
Method Details
-
setItemCount
The number of all items in the domain.- Parameters:
itemCount
- The number of all items in the domain.
-
getItemCount
The number of all items in the domain.- Returns:
- The number of all items in the domain.
-
withItemCount
The number of all items in the domain.- Parameters:
itemCount
- The number of all items in the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setItemNamesSizeBytes
The total size of all item names in the domain, in bytes.- Parameters:
itemNamesSizeBytes
- The total size of all item names in the domain, in bytes.
-
getItemNamesSizeBytes
The total size of all item names in the domain, in bytes.- Returns:
- The total size of all item names in the domain, in bytes.
-
withItemNamesSizeBytes
The total size of all item names in the domain, in bytes.- Parameters:
itemNamesSizeBytes
- The total size of all item names in the domain, in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAttributeNameCount
The number of unique attribute names in the domain.- Parameters:
attributeNameCount
- The number of unique attribute names in the domain.
-
getAttributeNameCount
The number of unique attribute names in the domain.- Returns:
- The number of unique attribute names in the domain.
-
withAttributeNameCount
The number of unique attribute names in the domain.- Parameters:
attributeNameCount
- The number of unique attribute names in the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAttributeNamesSizeBytes
The total size of all unique attribute names in the domain, in bytes.- Parameters:
attributeNamesSizeBytes
- The total size of all unique attribute names in the domain, in bytes.
-
getAttributeNamesSizeBytes
The total size of all unique attribute names in the domain, in bytes.- Returns:
- The total size of all unique attribute names in the domain, in bytes.
-
withAttributeNamesSizeBytes
The total size of all unique attribute names in the domain, in bytes.- Parameters:
attributeNamesSizeBytes
- The total size of all unique attribute names in the domain, in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAttributeValueCount
The number of all attribute name/value pairs in the domain.- Parameters:
attributeValueCount
- The number of all attribute name/value pairs in the domain.
-
getAttributeValueCount
The number of all attribute name/value pairs in the domain.- Returns:
- The number of all attribute name/value pairs in the domain.
-
withAttributeValueCount
The number of all attribute name/value pairs in the domain.- Parameters:
attributeValueCount
- The number of all attribute name/value pairs in the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAttributeValuesSizeBytes
The total size of all attribute values in the domain, in bytes.- Parameters:
attributeValuesSizeBytes
- The total size of all attribute values in the domain, in bytes.
-
getAttributeValuesSizeBytes
The total size of all attribute values in the domain, in bytes.- Returns:
- The total size of all attribute values in the domain, in bytes.
-
withAttributeValuesSizeBytes
The total size of all attribute values in the domain, in bytes.- Parameters:
attributeValuesSizeBytes
- The total size of all attribute values in the domain, in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTimestamp
The data and time when metadata was calculated, in Epoch (UNIX) seconds.- Parameters:
timestamp
- The data and time when metadata was calculated, in Epoch (UNIX) seconds.
-
getTimestamp
The data and time when metadata was calculated, in Epoch (UNIX) seconds.- Returns:
- The data and time when metadata was calculated, in Epoch (UNIX) seconds.
-
withTimestamp
The data and time when metadata was calculated, in Epoch (UNIX) seconds.- Parameters:
timestamp
- The data and time when metadata was calculated, in Epoch (UNIX) seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-