|
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.CacheSecurityGroup
public class CacheSecurityGroup
Defines a set of EC2 Security groups that are allowed to access a Cache Cluster.
Constructor Summary | |
---|---|
CacheSecurityGroup()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheSecurityGroupName()
Specifies the name of the Cache Security Group. |
String |
getDescription()
Provides the description of the Cache Security Group. |
List<EC2SecurityGroup> |
getEC2SecurityGroups()
Contains a list of EC2SecurityGroup elements. |
String |
getOwnerId()
Provides the AWS ID of the owner of a specific Cache Security Group. |
int |
hashCode()
|
void |
setCacheSecurityGroupName(String cacheSecurityGroupName)
Specifies the name of the Cache Security Group. |
void |
setDescription(String description)
Provides the description of the Cache Security Group. |
void |
setEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
Contains a list of EC2SecurityGroup elements. |
void |
setOwnerId(String ownerId)
Provides the AWS ID of the owner of a specific Cache Security Group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheSecurityGroup |
withCacheSecurityGroupName(String cacheSecurityGroupName)
Specifies the name of the Cache Security Group. |
CacheSecurityGroup |
withDescription(String description)
Provides the description of the Cache Security Group. |
CacheSecurityGroup |
withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
Contains a list of EC2SecurityGroup elements. |
CacheSecurityGroup |
withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
Contains a list of EC2SecurityGroup elements. |
CacheSecurityGroup |
withOwnerId(String ownerId)
Provides the AWS ID of the owner of a specific Cache Security Group. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheSecurityGroup()
Method Detail |
---|
public String getOwnerId()
public void setOwnerId(String ownerId)
ownerId
- Provides the AWS ID of the owner of a specific Cache Security Group.public CacheSecurityGroup withOwnerId(String ownerId)
Returns a reference to this object so that method calls can be chained together.
ownerId
- Provides the AWS ID of the owner of a specific Cache Security Group.
public String getCacheSecurityGroupName()
public void setCacheSecurityGroupName(String cacheSecurityGroupName)
cacheSecurityGroupName
- Specifies 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
- Specifies the name of the Cache Security Group.
public String getDescription()
public void setDescription(String description)
description
- Provides 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
- Provides the description of the Cache Security Group.
public List<EC2SecurityGroup> getEC2SecurityGroups()
public void setEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
eC2SecurityGroups
- Contains a list of EC2SecurityGroup elements.public CacheSecurityGroup withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroups
- Contains a list of EC2SecurityGroup elements.
public CacheSecurityGroup withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroups
- Contains a list of EC2SecurityGroup elements.
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 |