public class SecurityGroupMembership
extends java.lang.Object
implements java.io.Serializable
Represents one or more Cache Security Groups to which a Cache Cluster belongs.
| コンストラクタと説明 |
|---|
SecurityGroupMembership() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSecurityGroupId()
The identifier of the Cache Security Group.
|
java.lang.String |
getStatus()
The status of the Cache Security Group membership.
|
int |
hashCode() |
void |
setSecurityGroupId(java.lang.String securityGroupId)
The identifier of the Cache Security Group.
|
void |
setStatus(java.lang.String status)
The status of the Cache Security Group membership.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SecurityGroupMembership |
withSecurityGroupId(java.lang.String securityGroupId)
The identifier of the Cache Security Group.
|
SecurityGroupMembership |
withStatus(java.lang.String status)
The status of the Cache Security Group membership.
|
public java.lang.String getSecurityGroupId()
public void setSecurityGroupId(java.lang.String securityGroupId)
securityGroupId - The identifier of the Cache Security Group.public SecurityGroupMembership withSecurityGroupId(java.lang.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 java.lang.String getStatus()
public void setStatus(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object