|
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(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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheSubnetGroup()
Method Detail |
---|
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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |