public class CacheParameterGroupStatus
extends java.lang.Object
implements java.io.Serializable
The status of the Cache Parameter Group.
| コンストラクタと説明 |
|---|
CacheParameterGroupStatus()
Default constructor for a new CacheParameterGroupStatus object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getCacheNodeIdsToReboot()
A list of the Cache Node Ids which need to be rebooted for parameter
changes to be applied.
|
java.lang.String |
getCacheParameterGroupName()
The name of the Cache Parameter Group.
|
java.lang.String |
getParameterApplyStatus()
The status of parameter updates.
|
int |
hashCode() |
void |
setCacheNodeIdsToReboot(java.util.Collection<java.lang.String> cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter
changes to be applied.
|
void |
setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the Cache Parameter Group.
|
void |
setParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of parameter updates.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CacheParameterGroupStatus |
withCacheNodeIdsToReboot(java.util.Collection<java.lang.String> cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter
changes to be applied.
|
CacheParameterGroupStatus |
withCacheNodeIdsToReboot(java.lang.String... cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter
changes to be applied.
|
CacheParameterGroupStatus |
withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the Cache Parameter Group.
|
CacheParameterGroupStatus |
withParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of parameter updates.
|
public CacheParameterGroupStatus()
public java.lang.String getCacheParameterGroupName()
public void setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
cacheParameterGroupName - The name of the Cache Parameter Group.public CacheParameterGroupStatus withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroupName - The name of the Cache Parameter Group.public java.lang.String getParameterApplyStatus()
public void setParameterApplyStatus(java.lang.String parameterApplyStatus)
parameterApplyStatus - The status of parameter updates.public CacheParameterGroupStatus withParameterApplyStatus(java.lang.String parameterApplyStatus)
Returns a reference to this object so that method calls can be chained together.
parameterApplyStatus - The status of parameter updates.public java.util.List<java.lang.String> getCacheNodeIdsToReboot()
public void setCacheNodeIdsToReboot(java.util.Collection<java.lang.String> cacheNodeIdsToReboot)
cacheNodeIdsToReboot - A list of the Cache Node Ids which need to be rebooted for parameter
changes to be applied.public CacheParameterGroupStatus withCacheNodeIdsToReboot(java.lang.String... cacheNodeIdsToReboot)
Returns a reference to this object so that method calls can be chained together.
cacheNodeIdsToReboot - A list of the Cache Node Ids which need to be rebooted for parameter
changes to be applied.public CacheParameterGroupStatus withCacheNodeIdsToReboot(java.util.Collection<java.lang.String> cacheNodeIdsToReboot)
Returns a reference to this object so that method calls can be chained together.
cacheNodeIdsToReboot - A list of the Cache Node Ids which need to be rebooted for parameter
changes to be applied.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