|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.CacheSecurityGroup
public class CacheSecurityGroup
Represents the output of one of the following operations:
Constructor Summary | |
---|---|
CacheSecurityGroup()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheSecurityGroupName()
The name of the cache security group. |
String |
getDescription()
The description of the cache security group. |
List<EC2SecurityGroup> |
getEC2SecurityGroups()
A list of Amazon EC2 security groups that are associated with this cache security group. |
String |
getOwnerId()
The AWS account ID of the cache security group owner. |
int |
hashCode()
|
void |
setCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group. |
void |
setDescription(String description)
The description of the cache security group. |
void |
setEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
A list of Amazon EC2 security groups that are associated with this cache security group. |
void |
setOwnerId(String ownerId)
The AWS account ID of the cache security group owner. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheSecurityGroup |
withCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group. |
CacheSecurityGroup |
withDescription(String description)
The description of the cache security group. |
CacheSecurityGroup |
withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
A list of Amazon EC2 security groups that are associated with this cache security group. |
CacheSecurityGroup |
withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
A list of Amazon EC2 security groups that are associated with this cache security group. |
CacheSecurityGroup |
withOwnerId(String ownerId)
The AWS account ID of the cache security group owner. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheSecurityGroup()
Method Detail |
---|
public String getOwnerId()
public void setOwnerId(String ownerId)
ownerId
- The AWS account ID of the cache security group owner.public CacheSecurityGroup withOwnerId(String ownerId)
Returns a reference to this object so that method calls can be chained together.
ownerId
- The AWS account ID of the cache security group owner.
public String getCacheSecurityGroupName()
public void setCacheSecurityGroupName(String cacheSecurityGroupName)
cacheSecurityGroupName
- The name of the cache security group.public CacheSecurityGroup withCacheSecurityGroupName(String cacheSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
cacheSecurityGroupName
- The name of the cache security group.
public String getDescription()
public void setDescription(String description)
description
- The description of the cache security group.public CacheSecurityGroup withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- The description of the cache security group.
public List<EC2SecurityGroup> getEC2SecurityGroups()
public void setEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
eC2SecurityGroups
- A list of Amazon EC2 security groups that are associated with this
cache security group.public CacheSecurityGroup withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroups
- A list of Amazon EC2 security groups that are associated with this
cache security group.
public CacheSecurityGroup withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroups
- A list of Amazon EC2 security groups that are associated with this
cache security 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 |