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:
  • Constructor Details

    • DomainMetadataResult

      public DomainMetadataResult()
  • Method Details

    • 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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public DomainMetadataResult clone()
      Overrides:
      clone in class Object