public class IdentityPoolShortDescription extends Object implements Serializable, Cloneable
Constructor and Description |
---|
IdentityPoolShortDescription() |
Modifier and Type | Method and 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.
|
public void setIdentityPoolId(String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public String getIdentityPoolId()
public IdentityPoolShortDescription withIdentityPoolId(String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public void setIdentityPoolName(String identityPoolName)
identityPoolName
- A string that you provide.public String getIdentityPoolName()
public IdentityPoolShortDescription withIdentityPoolName(String identityPoolName)
identityPoolName
- A string that you provide.public String toString()
toString
in class Object
Object.toString()
public IdentityPoolShortDescription clone()
Copyright © 2015. All rights reserved.