Class ListAvailableZonesResult

    • Constructor Detail

      • ListAvailableZonesResult

        public ListAvailableZonesResult()
    • 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) or withAZList(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:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object