|
||||||||||
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
Represents the output of one of the following operations:
Constructor Summary | |
---|---|
CacheSubnetGroup()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheSubnetGroupDescription()
The description of the cache subnet group. |
String |
getCacheSubnetGroupName()
The name of the cache subnet group. |
List<Subnet> |
getSubnets()
A list of subnets associated with the cache subnet group. |
String |
getVpcId()
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group. |
int |
hashCode()
|
void |
setCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
The description of the cache subnet group. |
void |
setCacheSubnetGroupName(String cacheSubnetGroupName)
The name of the cache subnet group. |
void |
setSubnets(Collection<Subnet> subnets)
A list of subnets associated with the cache subnet group. |
void |
setVpcId(String vpcId)
The Amazon Virtual Private Cloud identifier (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)
The description of the cache subnet group. |
CacheSubnetGroup |
withCacheSubnetGroupName(String cacheSubnetGroupName)
The name of the cache subnet group. |
CacheSubnetGroup |
withSubnets(Collection<Subnet> subnets)
A list of subnets associated with the cache subnet group. |
CacheSubnetGroup |
withSubnets(Subnet... subnets)
A list of subnets associated with the cache subnet group. |
CacheSubnetGroup |
withVpcId(String vpcId)
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheSubnetGroup()
Method Detail |
---|
public String getCacheSubnetGroupName()
public void setCacheSubnetGroupName(String cacheSubnetGroupName)
cacheSubnetGroupName
- 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
- The name of the cache subnet group.
public String getCacheSubnetGroupDescription()
public void setCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
cacheSubnetGroupDescription
- 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
- The description of the cache subnet group.
public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The Amazon Virtual Private Cloud identifier (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
- The Amazon Virtual Private Cloud identifier (VPC ID) of the cache
subnet group.
public List<Subnet> getSubnets()
public void setSubnets(Collection<Subnet> subnets)
subnets
- A list of subnets associated with the cache subnet group.public CacheSubnetGroup withSubnets(Subnet... subnets)
Returns a reference to this object so that method calls can be chained together.
subnets
- A list of subnets associated with the cache subnet group.
public CacheSubnetGroup withSubnets(Collection<Subnet> subnets)
Returns a reference to this object so that method calls can be chained together.
subnets
- A list of subnets associated with the cache subnet 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 |