Class DBSubnetGroup

    • Constructor Detail

      • DBSubnetGroup

        public DBSubnetGroup()
    • Method Detail

      • setDBSubnetGroupName

        public void setDBSubnetGroupName​(String dBSubnetGroupName)

        The name of the DB subnet group.

        Parameters:
        dBSubnetGroupName - The name of the DB subnet group.
      • getDBSubnetGroupName

        public String getDBSubnetGroupName()

        The name of the DB subnet group.

        Returns:
        The name of the DB subnet group.
      • withDBSubnetGroupName

        public DBSubnetGroup withDBSubnetGroupName​(String dBSubnetGroupName)

        The name of the DB subnet group.

        Parameters:
        dBSubnetGroupName - The name of the DB subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDBSubnetGroupDescription

        public void setDBSubnetGroupDescription​(String dBSubnetGroupDescription)

        Provides the description of the DB subnet group.

        Parameters:
        dBSubnetGroupDescription - Provides the description of the DB subnet group.
      • getDBSubnetGroupDescription

        public String getDBSubnetGroupDescription()

        Provides the description of the DB subnet group.

        Returns:
        Provides the description of the DB subnet group.
      • withDBSubnetGroupDescription

        public DBSubnetGroup withDBSubnetGroupDescription​(String dBSubnetGroupDescription)

        Provides the description of the DB subnet group.

        Parameters:
        dBSubnetGroupDescription - Provides the description of the DB subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVpcId

        public void setVpcId​(String vpcId)

        Provides the VpcId of the DB subnet group.

        Parameters:
        vpcId - Provides the VpcId of the DB subnet group.
      • getVpcId

        public String getVpcId()

        Provides the VpcId of the DB subnet group.

        Returns:
        Provides the VpcId of the DB subnet group.
      • withVpcId

        public DBSubnetGroup withVpcId​(String vpcId)

        Provides the VpcId of the DB subnet group.

        Parameters:
        vpcId - Provides the VpcId of the DB subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSubnetGroupStatus

        public void setSubnetGroupStatus​(String subnetGroupStatus)

        Provides the status of the DB subnet group.

        Parameters:
        subnetGroupStatus - Provides the status of the DB subnet group.
      • getSubnetGroupStatus

        public String getSubnetGroupStatus()

        Provides the status of the DB subnet group.

        Returns:
        Provides the status of the DB subnet group.
      • withSubnetGroupStatus

        public DBSubnetGroup withSubnetGroupStatus​(String subnetGroupStatus)

        Provides the status of the DB subnet group.

        Parameters:
        subnetGroupStatus - Provides the status of the DB subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSubnets

        public List<Subnet> getSubnets()

        Contains a list of Subnet elements.

        Returns:
        Contains a list of Subnet elements.
      • setSubnets

        public void setSubnets​(Collection<Subnet> subnets)

        Contains a list of Subnet elements.

        Parameters:
        subnets - Contains a list of Subnet elements.
      • withSubnets

        public DBSubnetGroup withSubnets​(Collection<Subnet> subnets)

        Contains a list of Subnet elements.

        Parameters:
        subnets - Contains a list of Subnet elements.
        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