public class ClusterSubnetGroup
extends java.lang.Object
implements java.io.Serializable
Describes a subnet group.
| コンストラクタと説明 |
|---|
ClusterSubnetGroup() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClusterSubnetGroupName()
The name of the cluster subnet group.
|
java.lang.String |
getDescription()
The description of the cluster subnet group.
|
java.lang.String |
getSubnetGroupStatus()
The status of the cluster subnet group.
|
java.util.List<Subnet> |
getSubnets()
A list of the VPC Subnet elements.
|
java.lang.String |
getVpcId()
The VPC ID of the cluster subnet group.
|
int |
hashCode() |
void |
setClusterSubnetGroupName(java.lang.String clusterSubnetGroupName)
The name of the cluster subnet group.
|
void |
setDescription(java.lang.String description)
The description of the cluster subnet group.
|
void |
setSubnetGroupStatus(java.lang.String subnetGroupStatus)
The status of the cluster subnet group.
|
void |
setSubnets(java.util.Collection<Subnet> subnets)
A list of the VPC Subnet elements.
|
void |
setVpcId(java.lang.String vpcId)
The VPC ID of the cluster subnet group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ClusterSubnetGroup |
withClusterSubnetGroupName(java.lang.String clusterSubnetGroupName)
The name of the cluster subnet group.
|
ClusterSubnetGroup |
withDescription(java.lang.String description)
The description of the cluster subnet group.
|
ClusterSubnetGroup |
withSubnetGroupStatus(java.lang.String subnetGroupStatus)
The status of the cluster subnet group.
|
ClusterSubnetGroup |
withSubnets(java.util.Collection<Subnet> subnets)
A list of the VPC Subnet elements.
|
ClusterSubnetGroup |
withSubnets(Subnet... subnets)
A list of the VPC Subnet elements.
|
ClusterSubnetGroup |
withVpcId(java.lang.String vpcId)
The VPC ID of the cluster subnet group.
|
public java.lang.String getClusterSubnetGroupName()
public void setClusterSubnetGroupName(java.lang.String clusterSubnetGroupName)
clusterSubnetGroupName - The name of the cluster subnet group.public ClusterSubnetGroup withClusterSubnetGroupName(java.lang.String clusterSubnetGroupName)
Returns a reference to this object so that method calls can be chained together.
clusterSubnetGroupName - The name of the cluster subnet group.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description of the cluster subnet group.public ClusterSubnetGroup withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - The description of the cluster subnet group.public java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId - The VPC ID of the cluster subnet group.public ClusterSubnetGroup withVpcId(java.lang.String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - The VPC ID of the cluster subnet group.public java.lang.String getSubnetGroupStatus()
Complete, Incomplete and
Invalid.Complete, Incomplete and
Invalid.public void setSubnetGroupStatus(java.lang.String subnetGroupStatus)
Complete, Incomplete and
Invalid.subnetGroupStatus - The status of the cluster subnet group. Possible values are
Complete, Incomplete and
Invalid.public ClusterSubnetGroup withSubnetGroupStatus(java.lang.String subnetGroupStatus)
Complete, Incomplete and
Invalid.
Returns a reference to this object so that method calls can be chained together.
subnetGroupStatus - The status of the cluster subnet group. Possible values are
Complete, Incomplete and
Invalid.public java.util.List<Subnet> getSubnets()
public void setSubnets(java.util.Collection<Subnet> subnets)
subnets - A list of the VPC Subnet elements.public ClusterSubnetGroup withSubnets(Subnet... subnets)
Returns a reference to this object so that method calls can be chained together.
subnets - A list of the VPC Subnet elements.public ClusterSubnetGroup withSubnets(java.util.Collection<Subnet> subnets)
Returns a reference to this object so that method calls can be chained together.
subnets - A list of the VPC Subnet elements.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object