public class DescribeIdFormatResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeIdFormat.
Constructor and Description |
---|
DescribeIdFormatResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.util.List<IdFormat> getStatuses()
public void setStatuses(java.util.Collection<IdFormat> statuses)
statuses
- Information about the ID format for the resource.public DescribeIdFormatResult withStatuses(IdFormat... statuses)
Returns a reference to this object so that method calls can be chained together.
statuses
- Information about the ID format for the resource.public DescribeIdFormatResult withStatuses(java.util.Collection<IdFormat> statuses)
Returns a reference to this object so that method calls can be chained together.
statuses
- Information about the ID format for the resource.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.