public class CacheSubnetGroup
extends java.lang.Object
implements java.io.Serializable
Contains the result of a successful invocation of the following actions:
This data type is used as a response element in the DescribeCacheSubnetGroups action.
| コンストラクタと説明 |
|---|
CacheSubnetGroup() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheSubnetGroupDescription()
Provides the description of the Cache Subnet Group.
|
java.lang.String |
getCacheSubnetGroupName()
Specifies the name of the Cache Subnet Group.
|
java.util.List<Subnet> |
getSubnets()
Contains a list of subnets for this group.
|
java.lang.String |
getVpcId()
Provides the VPC ID of the Cache Subnet Group.
|
int |
hashCode() |
void |
setCacheSubnetGroupDescription(java.lang.String cacheSubnetGroupDescription)
Provides the description of the Cache Subnet Group.
|
void |
setCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
Specifies the name of the Cache Subnet Group.
|
void |
setSubnets(java.util.Collection<Subnet> subnets)
Contains a list of subnets for this group.
|
void |
setVpcId(java.lang.String vpcId)
Provides the VPC ID of the Cache Subnet Group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CacheSubnetGroup |
withCacheSubnetGroupDescription(java.lang.String cacheSubnetGroupDescription)
Provides the description of the Cache Subnet Group.
|
CacheSubnetGroup |
withCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
Specifies the name of the Cache Subnet Group.
|
CacheSubnetGroup |
withSubnets(java.util.Collection<Subnet> subnets)
Contains a list of subnets for this group.
|
CacheSubnetGroup |
withSubnets(Subnet... subnets)
Contains a list of subnets for this group.
|
CacheSubnetGroup |
withVpcId(java.lang.String vpcId)
Provides the VPC ID of the Cache Subnet Group.
|
public java.lang.String getCacheSubnetGroupName()
public void setCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
cacheSubnetGroupName - Specifies the name of the Cache Subnet Group.public CacheSubnetGroup withCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroupName - Specifies the name of the Cache Subnet Group.public java.lang.String getCacheSubnetGroupDescription()
public void setCacheSubnetGroupDescription(java.lang.String cacheSubnetGroupDescription)
cacheSubnetGroupDescription - Provides the description of the Cache Subnet Group.public CacheSubnetGroup withCacheSubnetGroupDescription(java.lang.String cacheSubnetGroupDescription)
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroupDescription - Provides the description of the Cache Subnet Group.public java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId - Provides the VPC ID of the Cache Subnet Group.public CacheSubnetGroup withVpcId(java.lang.String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - Provides the VPC ID of the Cache Subnet Group.public java.util.List<Subnet> getSubnets()
public void setSubnets(java.util.Collection<Subnet> subnets)
subnets - Contains a list of subnets for this group.public CacheSubnetGroup withSubnets(Subnet... subnets)
Returns a reference to this object so that method calls can be chained together.
subnets - Contains a list of subnets for this group.public CacheSubnetGroup withSubnets(java.util.Collection<Subnet> subnets)
Returns a reference to this object so that method calls can be chained together.
subnets - Contains a list of subnets for this group.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