|
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.SecurityGroupMembership
public class SecurityGroupMembership
Represents one or more Cache Security Groups to which a Cache Cluster belongs.
| Constructor Summary | |
|---|---|
SecurityGroupMembership()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getSecurityGroupId()
The identifier of the Cache Security Group. |
String |
getStatus()
The status of the Cache Security Group membership. |
int |
hashCode()
|
void |
setSecurityGroupId(String securityGroupId)
The identifier of the Cache Security Group. |
void |
setStatus(String status)
The status of the Cache Security Group membership. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SecurityGroupMembership |
withSecurityGroupId(String securityGroupId)
The identifier of the Cache Security Group. |
SecurityGroupMembership |
withStatus(String status)
The status of the Cache Security Group membership. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityGroupMembership()
| Method Detail |
|---|
public String getSecurityGroupId()
public void setSecurityGroupId(String securityGroupId)
securityGroupId - The identifier of the Cache Security Group.public SecurityGroupMembership withSecurityGroupId(String securityGroupId)
Returns a reference to this object so that method calls can be chained together.
securityGroupId - The identifier of the Cache Security Group.
public String getStatus()
public void setStatus(String status)
status - The status of the Cache Security Group membership. The status changes
whenever a Cache Security Group is modified, or when the Cache
Security Groups assigned to a Cache Cluster are modified.public SecurityGroupMembership withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status - The status of the Cache Security Group membership. The status changes
whenever a Cache Security Group is modified, or when the Cache
Security Groups 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 | ||||||