Class ListAvailableZonesResult
- java.lang.Object
-
- com.amazonaws.services.cloudhsm.model.ListAvailableZonesResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ListAvailableZonesResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListAvailableZonesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListAvailableZonesResultclone()booleanequals(Object obj)List<String>getAZList()The 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.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListAvailableZonesResultwithAZList(String... aZList)The list of Availability Zones that have available AWS CloudHSM capacity.ListAvailableZonesResultwithAZList(Collection<String> aZList)The list of Availability Zones that have available AWS CloudHSM capacity.
-
-
-
Method Detail
-
getAZList
public List<String> 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
public void setAZList(Collection<String> aZList)
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
public ListAvailableZonesResult withAZList(String... aZList)
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
public ListAvailableZonesResult withAZList(Collection<String> aZList)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListAvailableZonesResult clone()
-
-