|
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.CacheSecurityGroupMembership
public class CacheSecurityGroupMembership
Links a CacheCluster to one or more CacheSecurityGroups.
| Constructor Summary | |
|---|---|
CacheSecurityGroupMembership()
Default constructor for a new CacheSecurityGroupMembership object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCacheSecurityGroupName()
The name of the Cache Security Group. |
String |
getStatus()
The status of the CacheSecurityGroupMembership, the status changes either when a CacheSecurityGroup is modified, or when the CacheSecurityGroups assigned to a Cache Cluster are modified. |
int |
hashCode()
|
void |
setCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the Cache Security Group. |
void |
setStatus(String status)
The status of the CacheSecurityGroupMembership, the status changes either when a CacheSecurityGroup is modified, or when the CacheSecurityGroups assigned to a Cache Cluster are modified. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheSecurityGroupMembership |
withCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the Cache Security Group. |
CacheSecurityGroupMembership |
withStatus(String status)
The status of the CacheSecurityGroupMembership, the status changes either when a CacheSecurityGroup is modified, or when the CacheSecurityGroups assigned to a Cache Cluster are modified. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheSecurityGroupMembership()
| Method Detail |
|---|
public String getCacheSecurityGroupName()
public void setCacheSecurityGroupName(String cacheSecurityGroupName)
cacheSecurityGroupName - The name of the Cache Security Group.public CacheSecurityGroupMembership 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 getStatus()
public void setStatus(String status)
status - The status of the CacheSecurityGroupMembership, the status changes
either when a CacheSecurityGroup is modified, or when the
CacheSecurityGroups assigned to a Cache Cluster are modified.public CacheSecurityGroupMembership withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status - The status of the CacheSecurityGroupMembership, the status changes
either when a CacheSecurityGroup is modified, or when the
CacheSecurityGroups assigned to a Cache Cluster are modified.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||