Class DescribeIdentityPoolUsageResult

    • Constructor Detail

      • DescribeIdentityPoolUsageResult

        public DescribeIdentityPoolUsageResult()
    • Method Detail

      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object