|
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(java.lang.Object obj)
|
java.lang.String |
getCacheSecurityGroupName()
The name of the Cache Security Group. |
java.lang.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(java.lang.String cacheSecurityGroupName)
The name of the Cache Security Group. |
void |
setStatus(java.lang.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. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheSecurityGroupMembership |
withCacheSecurityGroupName(java.lang.String cacheSecurityGroupName)
The name of the Cache Security Group. |
CacheSecurityGroupMembership |
withStatus(java.lang.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 java.lang.String getCacheSecurityGroupName()
public void setCacheSecurityGroupName(java.lang.String cacheSecurityGroupName)
cacheSecurityGroupName
- The name of the Cache Security Group.public CacheSecurityGroupMembership withCacheSecurityGroupName(java.lang.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 java.lang.String getStatus()
public void setStatus(java.lang.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(java.lang.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 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 |