public class IdentityPoolShortDescription
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
identityPoolId
An identity pool ID in the format REGION:GUID.
|
private java.lang.String |
identityPoolName
A string that you provide.
|
Constructor and Description |
---|
IdentityPoolShortDescription() |
Modifier and Type | Method and Description |
---|---|
IdentityPoolShortDescription |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
java.lang.String |
getIdentityPoolName()
A string that you provide.
|
int |
hashCode() |
void |
setIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
void |
setIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
IdentityPoolShortDescription |
withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
IdentityPoolShortDescription |
withIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
|
private java.lang.String identityPoolId
private java.lang.String identityPoolName
public void setIdentityPoolId(java.lang.String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public java.lang.String getIdentityPoolId()
public IdentityPoolShortDescription withIdentityPoolId(java.lang.String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public void setIdentityPoolName(java.lang.String identityPoolName)
identityPoolName
- A string that you provide.public java.lang.String getIdentityPoolName()
public IdentityPoolShortDescription withIdentityPoolName(java.lang.String identityPoolName)
identityPoolName
- A string that you provide.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public IdentityPoolShortDescription clone()
clone
in class java.lang.Object