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()booleanInformation about the ID format for the resource.inthashCode()voidsetStatuses(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
-
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
-
equals
-
hashCode
-
clone
-