Class IdentityPoolShortDescription
java.lang.Object
com.amazonaws.services.cognitoidentity.model.IdentityPoolShortDescription
- All Implemented Interfaces:
Serializable, Cloneable
A description of the identity pool.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAn identity pool ID in the format REGION:GUID.A string that you provide.inthashCode()voidsetIdentityPoolId(String identityPoolId) An identity pool ID in the format REGION:GUID.voidsetIdentityPoolName(String identityPoolName) A string that you provide.toString()Returns a string representation of this object; useful for testing and debugging.withIdentityPoolId(String identityPoolId) An identity pool ID in the format REGION:GUID.withIdentityPoolName(String identityPoolName) A string that you provide.
-
Constructor Details
-
IdentityPoolShortDescription
public IdentityPoolShortDescription()
-
-
Method Details
-
setIdentityPoolId
An identity pool ID in the format REGION:GUID.- Parameters:
identityPoolId- An identity pool ID in the format REGION:GUID.
-
getIdentityPoolId
An identity pool ID in the format REGION:GUID.- Returns:
- An identity pool ID in the format REGION:GUID.
-
withIdentityPoolId
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
A string that you provide.- Parameters:
identityPoolName- A string that you provide.
-
getIdentityPoolName
-
withIdentityPoolName
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
-
equals
-
hashCode
-
clone
-