public class DescribeIdFormatResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of DescribeIdFormat.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<IdFormat> |
statuses
Information about the ID format for the resource.
|
Constructor and Description |
---|
DescribeIdFormatResult() |
Modifier and Type | Method and Description |
---|---|
DescribeIdFormatResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<IdFormat> |
getStatuses()
Information about the ID format for the resource.
|
int |
hashCode() |
void |
setStatuses(java.util.Collection<IdFormat> statuses)
Information about the ID format for the resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeIdFormatResult |
withStatuses(java.util.Collection<IdFormat> statuses)
Information about the ID format for the resource.
|
DescribeIdFormatResult |
withStatuses(IdFormat... statuses)
Information about the ID format for the resource.
|
private SdkInternalList<IdFormat> statuses
Information about the ID format for the resource.
public java.util.List<IdFormat> getStatuses()
Information about the ID format for the resource.
public void setStatuses(java.util.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(java.util.Collection<IdFormat> statuses)
Information about the ID format for the resource.
statuses
- Information about the ID format for the resource.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeIdFormatResult clone()
clone
in class java.lang.Object