Package com.amazonaws.services.ec2.model
Class DescribeIdFormatResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeIdFormatResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of DescribeIdFormat.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the ID format for the resource.int
hashCode()
void
setStatuses
(Collection<IdFormat> statuses) Information about the ID format for the resource.toString()
Returns a string representation of this object; useful for testing and debugging.withStatuses
(IdFormat... statuses) Information about the ID format for the resource.withStatuses
(Collection<IdFormat> statuses) Information about the ID format for the resource.
-
Constructor Details
-
DescribeIdFormatResult
public DescribeIdFormatResult()
-
-
Method Details
-
getStatuses
Information about the ID format for the resource.
- Returns:
- Information about the ID format for the resource.
-
setStatuses
Information about the ID format for the resource.
- Parameters:
statuses
- Information about the ID format for the resource.
-
withStatuses
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)
orwithStatuses(java.util.Collection)
if you want to override the existing values.- Parameters:
statuses
- Information about the ID format for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStatuses
Information about the ID format for the resource.
- Parameters:
statuses
- Information about the ID format for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-