@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentityPoolShortDescription extends Object implements Serializable, Cloneable, StructuredPojo
A description of the identity pool.
| 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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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)
An identity pool ID in the format REGION:GUID.
identityPoolId - An identity pool ID in the format REGION:GUID.public String getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
public IdentityPoolShortDescription withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId - An identity pool ID in the format REGION:GUID.public void setIdentityPoolName(String identityPoolName)
A string that you provide.
identityPoolName - A string that you provide.public String getIdentityPoolName()
A string that you provide.
public IdentityPoolShortDescription withIdentityPoolName(String identityPoolName)
A string that you provide.
identityPoolName - A string that you provide.public String toString()
toString in class ObjectObject.toString()public IdentityPoolShortDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.