@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIdentityIdFormatResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
DescribeIdentityIdFormatResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeIdentityIdFormatResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<IdFormat> | 
getStatuses()
 Information about the ID format for the resources. 
 | 
int | 
hashCode()  | 
void | 
setStatuses(Collection<IdFormat> statuses)
 Information about the ID format for the resources. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeIdentityIdFormatResult | 
withStatuses(Collection<IdFormat> statuses)
 Information about the ID format for the resources. 
 | 
DescribeIdentityIdFormatResult | 
withStatuses(IdFormat... statuses)
 Information about the ID format for the resources. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<IdFormat> getStatuses()
Information about the ID format for the resources.
public void setStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resources.
statuses - Information about the ID format for the resources.public DescribeIdentityIdFormatResult withStatuses(IdFormat... statuses)
Information about the ID format for the resources.
 NOTE: This method appends the values to the existing list (if any). Use
 setStatuses(java.util.Collection) or withStatuses(java.util.Collection) if you want to override
 the existing values.
 
statuses - Information about the ID format for the resources.public DescribeIdentityIdFormatResult withStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resources.
statuses - Information about the ID format for the resources.public String toString()
toString in class ObjectObject.toString()public DescribeIdentityIdFormatResult clone()