Class Subnet

    • Constructor Detail

      • Subnet

        public Subnet()
    • Method Detail

      • setSubnetIdentifier

        public void setSubnetIdentifier​(String subnetIdentifier)

        Specifies the identifier of the subnet.

        Parameters:
        subnetIdentifier - Specifies the identifier of the subnet.
      • getSubnetIdentifier

        public String getSubnetIdentifier()

        Specifies the identifier of the subnet.

        Returns:
        Specifies the identifier of the subnet.
      • withSubnetIdentifier

        public Subnet withSubnetIdentifier​(String subnetIdentifier)

        Specifies the identifier of the subnet.

        Parameters:
        subnetIdentifier - Specifies the identifier of the subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSubnetAvailabilityZone

        public void setSubnetAvailabilityZone​(AvailabilityZone subnetAvailabilityZone)
        Parameters:
        subnetAvailabilityZone -
      • getSubnetAvailabilityZone

        public AvailabilityZone getSubnetAvailabilityZone()
        Returns:
      • withSubnetAvailabilityZone

        public Subnet withSubnetAvailabilityZone​(AvailabilityZone subnetAvailabilityZone)
        Parameters:
        subnetAvailabilityZone -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSubnetStatus

        public void setSubnetStatus​(String subnetStatus)

        Specifies the status of the subnet.

        Parameters:
        subnetStatus - Specifies the status of the subnet.
      • getSubnetStatus

        public String getSubnetStatus()

        Specifies the status of the subnet.

        Returns:
        Specifies the status of the subnet.
      • withSubnetStatus

        public Subnet withSubnetStatus​(String subnetStatus)

        Specifies the status of the subnet.

        Parameters:
        subnetStatus - Specifies the status of the subnet.
        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