@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIdentityIdFormatResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DescribeIdentityIdFormat.
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; useful for testing and debugging.
|
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, setSdkResponseMetadata
public 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 Object
Object.toString()
public DescribeIdentityIdFormatResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.