Class ListAvailableZonesResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.ListAvailableZonesResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe list of Availability Zones that have available AWS CloudHSM capacity.inthashCode()voidsetAZList(Collection<String> aZList) The list of Availability Zones that have available AWS CloudHSM capacity.toString()Returns a string representation of this object; useful for testing and debugging.withAZList(String... aZList) The list of Availability Zones that have available AWS CloudHSM capacity.withAZList(Collection<String> aZList) The list of Availability Zones that have available AWS CloudHSM capacity.
-
Constructor Details
-
ListAvailableZonesResult
public ListAvailableZonesResult()
-
-
Method Details
-
getAZList
-
setAZList
The list of Availability Zones that have available AWS CloudHSM capacity.
- Parameters:
aZList- The list of Availability Zones that have available AWS CloudHSM capacity.
-
withAZList
The list of Availability Zones that have available AWS CloudHSM capacity.
NOTE: This method appends the values to the existing list (if any). Use
setAZList(java.util.Collection)orwithAZList(java.util.Collection)if you want to override the existing values.- Parameters:
aZList- The list of Availability Zones that have available AWS CloudHSM capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAZList
The list of Availability Zones that have available AWS CloudHSM capacity.
- Parameters:
aZList- The list of Availability Zones that have available AWS CloudHSM capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-