public class IdentityPoolShortDescription extends Object implements Serializable
A description of the identity pool.
Constructor and Description |
---|
IdentityPoolShortDescription() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId
- An identity pool ID in the format REGION:GUID.public IdentityPoolShortDescription withIdentityPoolId(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
- An identity pool ID in the format REGION:GUID.public String getIdentityPoolName()
Constraints:
Length: 1 - 128
Pattern: [\w ]+
public void setIdentityPoolName(String identityPoolName)
Constraints:
Length: 1 - 128
Pattern: [\w ]+
identityPoolName
- A string that you provide.public IdentityPoolShortDescription withIdentityPoolName(String identityPoolName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w ]+
identityPoolName
- A string that you provide.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.