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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityPoolShortDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPoolShortDescription
clone()
boolean
equals(Object obj)
String
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.String
getIdentityPoolName()
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.IdentityPoolShortDescription
withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.IdentityPoolShortDescription
withIdentityPoolName(String identityPoolName)
A string that you provide.
-
-
-
Method Detail
-
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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public IdentityPoolShortDescription clone()
-
-