@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIdFormatResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeIdFormatResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeIdFormatResult |
clone() |
boolean |
equals(Object obj) |
List<IdFormat> |
getStatuses()
Information about the ID format for the resource.
|
int |
hashCode() |
void |
setStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resource.
|
String |
toString()
Returns a string representation of this object.
|
DescribeIdFormatResult |
withStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resource.
|
DescribeIdFormatResult |
withStatuses(IdFormat... statuses)
Information about the ID format for the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<IdFormat> getStatuses()
Information about the ID format for the resource.
public void setStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resource.
statuses - Information about the ID format for the resource.public DescribeIdFormatResult withStatuses(IdFormat... statuses)
Information about the ID format for the resource.
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 resource.public DescribeIdFormatResult withStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resource.
statuses - Information about the ID format for the resource.public String toString()
toString in class ObjectObject.toString()public DescribeIdFormatResult clone()