Class IdentityPoolShortDescription

java.lang.Object
com.amazonaws.services.cognitoidentity.model.IdentityPoolShortDescription
All Implemented Interfaces:
Serializable, Cloneable

public class IdentityPoolShortDescription extends Object implements Serializable, Cloneable
A description of the identity pool.
See Also:
  • Constructor Details

    • IdentityPoolShortDescription

      public IdentityPoolShortDescription()
  • Method Details

    • setIdentityPoolId

      public void setIdentityPoolId(String identityPoolId)
      An identity pool ID in the format REGION:GUID.
      Parameters:
      identityPoolId - An identity pool ID in the format REGION:GUID.
    • getIdentityPoolId

      public String getIdentityPoolId()
      An identity pool ID in the format REGION:GUID.
      Returns:
      An identity pool ID in the format REGION:GUID.
    • withIdentityPoolId

      public IdentityPoolShortDescription withIdentityPoolId(String identityPoolId)
      An identity pool ID in the format REGION:GUID.
      Parameters:
      identityPoolId - An identity pool ID in the format REGION:GUID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setIdentityPoolName

      public void setIdentityPoolName(String identityPoolName)
      A string that you provide.
      Parameters:
      identityPoolName - A string that you provide.
    • getIdentityPoolName

      public String getIdentityPoolName()
      A string that you provide.
      Returns:
      A string that you provide.
    • withIdentityPoolName

      public IdentityPoolShortDescription withIdentityPoolName(String identityPoolName)
      A string that you provide.
      Parameters:
      identityPoolName - A string that you provide.
      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