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()
boolean
The list of Availability Zones that have available AWS CloudHSM capacity.int
hashCode()
void
setAZList
(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
The list of Availability Zones that have available AWS CloudHSM capacity.
- Returns:
- The list of Availability Zones that have available AWS CloudHSM capacity.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-