Class DomainMetadataResult
- java.lang.Object
-
- com.amazonaws.services.simpledb.model.DomainMetadataResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DomainMetadataResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DomainMetadataResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setItemCount
public void setItemCount(Integer itemCount)
The number of all items in the domain.- Parameters:
itemCount
- The number of all items in the domain.
-
getItemCount
public Integer getItemCount()
The number of all items in the domain.- Returns:
- The number of all items in the domain.
-
withItemCount
public DomainMetadataResult withItemCount(Integer itemCount)
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
public void setItemNamesSizeBytes(Long itemNamesSizeBytes)
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
public Long 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
public DomainMetadataResult withItemNamesSizeBytes(Long itemNamesSizeBytes)
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
public void setAttributeNameCount(Integer attributeNameCount)
The number of unique attribute names in the domain.- Parameters:
attributeNameCount
- The number of unique attribute names in the domain.
-
getAttributeNameCount
public Integer getAttributeNameCount()
The number of unique attribute names in the domain.- Returns:
- The number of unique attribute names in the domain.
-
withAttributeNameCount
public DomainMetadataResult withAttributeNameCount(Integer attributeNameCount)
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
public void setAttributeNamesSizeBytes(Long attributeNamesSizeBytes)
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
public Long 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
public DomainMetadataResult withAttributeNamesSizeBytes(Long attributeNamesSizeBytes)
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
public void setAttributeValueCount(Integer attributeValueCount)
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
public Integer 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
public DomainMetadataResult withAttributeValueCount(Integer attributeValueCount)
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
public void setAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
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
public Long 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
public DomainMetadataResult withAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
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
public void setTimestamp(Integer timestamp)
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
public Integer 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
public DomainMetadataResult withTimestamp(Integer timestamp)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DomainMetadataResult clone()
-
-