public class IdentityPoolShortDescription
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
IdentityPoolShortDescription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
java.lang.String |
getIdentityPoolName()
Returns the value of the IdentityPoolName property for this object.
|
int |
hashCode() |
void |
setIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
void |
setIdentityPoolName(java.lang.String identityPoolName)
Sets the value of the IdentityPoolName property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
IdentityPoolShortDescription |
withIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
IdentityPoolShortDescription |
withIdentityPoolName(java.lang.String identityPoolName)
Sets the value of the IdentityPoolName property for this object.
|
public java.lang.String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(java.lang.String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public IdentityPoolShortDescription withIdentityPoolId(java.lang.String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public java.lang.String getIdentityPoolName()
Constraints:
Length: 1 - 128
Pattern: [\w ]+
public void setIdentityPoolName(java.lang.String identityPoolName)
Constraints:
Length: 1 - 128
Pattern: [\w ]+
identityPoolName - The new value for the IdentityPoolName property for this object.public IdentityPoolShortDescription withIdentityPoolName(java.lang.String identityPoolName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w ]+
identityPoolName - The new value for the IdentityPoolName property for this object.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