|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.CacheSubnetGroup
public class CacheSubnetGroup
Contains the result of a successful invocation of the following actions:
This data type is used as a response element in the DescribeCacheSubnetGroups action.
Constructor Summary | |
---|---|
CacheSubnetGroup()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheSubnetGroupDescription()
Provides the description of the Cache Subnet Group. |
String |
getCacheSubnetGroupName()
Specifies the name of the Cache Subnet Group. |
List<Subnet> |
getSubnets()
Contains a list of subnets for this group. |
String |
getVpcId()
Provides the VPC ID of the Cache Subnet Group. |
int |
hashCode()
|
void |
setCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
Provides the description of the Cache Subnet Group. |
void |
setCacheSubnetGroupName(String cacheSubnetGroupName)
Specifies the name of the Cache Subnet Group. |
void |
setSubnets(Collection<Subnet> subnets)
Contains a list of subnets for this group. |
void |
setVpcId(String vpcId)
Provides the VPC ID of the Cache Subnet Group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheSubnetGroup |
withCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
Provides the description of the Cache Subnet Group. |
CacheSubnetGroup |
withCacheSubnetGroupName(String cacheSubnetGroupName)
Specifies the name of the Cache Subnet Group. |
CacheSubnetGroup |
withSubnets(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(String vpcId)
Provides the VPC ID of the Cache Subnet Group. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheSubnetGroup()
Method Detail |
---|
public String getCacheSubnetGroupName()
public void setCacheSubnetGroupName(String cacheSubnetGroupName)
cacheSubnetGroupName
- Specifies the name of the Cache Subnet Group.public CacheSubnetGroup withCacheSubnetGroupName(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 String getCacheSubnetGroupDescription()
public void setCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
cacheSubnetGroupDescription
- Provides the description of the Cache Subnet Group.public CacheSubnetGroup withCacheSubnetGroupDescription(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 String getVpcId()
public void setVpcId(String vpcId)
vpcId
- Provides the VPC ID of the Cache Subnet Group.public CacheSubnetGroup withVpcId(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 List<Subnet> getSubnets()
public void setSubnets(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |