public class IdentityPoolShortDescription
extends java.lang.Object
implements java.io.Serializable
A description of the identity pool.
| Constructor and Description |
|---|
IdentityPoolShortDescription() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.lang.String getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
An identity pool ID in the format REGION:GUID.
public void setIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - An identity pool ID in the format REGION:GUID.
public IdentityPoolShortDescription withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - An identity pool ID in the format REGION:GUID.
public java.lang.String getIdentityPoolName()
A string that you provide.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
A string that you provide.
public void setIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
identityPoolName - A string that you provide.
public IdentityPoolShortDescription withIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
identityPoolName - A string that you provide.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object