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()
boolean
An identity pool ID in the format REGION:GUID.A string that you provide.int
hashCode()
void
setIdentityPoolId
(String identityPoolId) An identity pool ID in the format REGION:GUID.void
setIdentityPoolName
(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
A string that you provide.- Returns:
- A string that you provide.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-