Class DescribeIdentityPoolUsageResult

java.lang.Object
com.amazonaws.services.cognitosync.model.DescribeIdentityPoolUsageResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeIdentityPoolUsageResult extends Object implements Serializable, Cloneable
Response to a successful DescribeIdentityPoolUsage request.
See Also:
  • Constructor Details

    • DescribeIdentityPoolUsageResult

      public DescribeIdentityPoolUsageResult()
  • Method Details

    • setIdentityPoolUsage

      public void setIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
      Information about the usage of the identity pool.
      Parameters:
      identityPoolUsage - Information about the usage of the identity pool.
    • getIdentityPoolUsage

      public IdentityPoolUsage getIdentityPoolUsage()
      Information about the usage of the identity pool.
      Returns:
      Information about the usage of the identity pool.
    • withIdentityPoolUsage

      public DescribeIdentityPoolUsageResult withIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
      Information about the usage of the identity pool.
      Parameters:
      identityPoolUsage - Information about the usage of the identity pool.
      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

      Overrides:
      clone in class Object