public class CacheSecurityGroupMembership
extends java.lang.Object
implements java.io.Serializable
Links a CacheCluster to one or more CacheSecurityGroups.
| コンストラクタと説明 |
|---|
CacheSecurityGroupMembership()
Default constructor for a new CacheSecurityGroupMembership object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public CacheSecurityGroupMembership()
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object