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 DomainMetadataResultclone()booleanequals(Object obj)IntegergetAttributeNameCount()The number of unique attribute names in the domain.LonggetAttributeNamesSizeBytes()The total size of all unique attribute names in the domain, in bytes.IntegergetAttributeValueCount()The number of all attribute name/value pairs in the domain.LonggetAttributeValuesSizeBytes()The total size of all attribute values in the domain, in bytes.IntegergetItemCount()The number of all items in the domain.LonggetItemNamesSizeBytes()The total size of all item names in the domain, in bytes.IntegergetTimestamp()The data and time when metadata was calculated, in Epoch (UNIX) seconds.inthashCode()voidsetAttributeNameCount(Integer attributeNameCount)The number of unique attribute names in the domain.voidsetAttributeNamesSizeBytes(Long attributeNamesSizeBytes)The total size of all unique attribute names in the domain, in bytes.voidsetAttributeValueCount(Integer attributeValueCount)The number of all attribute name/value pairs in the domain.voidsetAttributeValuesSizeBytes(Long attributeValuesSizeBytes)The total size of all attribute values in the domain, in bytes.voidsetItemCount(Integer itemCount)The number of all items in the domain.voidsetItemNamesSizeBytes(Long itemNamesSizeBytes)The total size of all item names in the domain, in bytes.voidsetTimestamp(Integer timestamp)The data and time when metadata was calculated, in Epoch (UNIX) seconds.StringtoString()Returns a string representation of this object; useful for testing and debugging.DomainMetadataResultwithAttributeNameCount(Integer attributeNameCount)The number of unique attribute names in the domain.DomainMetadataResultwithAttributeNamesSizeBytes(Long attributeNamesSizeBytes)The total size of all unique attribute names in the domain, in bytes.DomainMetadataResultwithAttributeValueCount(Integer attributeValueCount)The number of all attribute name/value pairs in the domain.DomainMetadataResultwithAttributeValuesSizeBytes(Long attributeValuesSizeBytes)The total size of all attribute values in the domain, in bytes.DomainMetadataResultwithItemCount(Integer itemCount)The number of all items in the domain.DomainMetadataResultwithItemNamesSizeBytes(Long itemNamesSizeBytes)The total size of all item names in the domain, in bytes.DomainMetadataResultwithTimestamp(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DomainMetadataResult clone()
-
-