public class PendingModifiedValues
extends java.lang.Object
implements java.io.Serializable
Contains values that will be applied to the Cache Cluster in the future.
| コンストラクタと説明 |
|---|
PendingModifiedValues()
Default constructor for a new PendingModifiedValues object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getCacheNodeIdsToRemove()
Contains the list of node Ids to remove from the Cache Cluster that
will be applied or is in progress.
|
java.lang.String |
getEngineVersion()
Contains the new version of the Cache Engine the Cache Cluster will be
upgraded to.
|
java.lang.Integer |
getNumCacheNodes()
Contains the new NumCacheNodes for the Cache Cluster that will
be applied or is in progress.
|
int |
hashCode() |
void |
setCacheNodeIdsToRemove(java.util.Collection<java.lang.String> cacheNodeIdsToRemove)
Contains the list of node Ids to remove from the Cache Cluster that
will be applied or is in progress.
|
void |
setEngineVersion(java.lang.String engineVersion)
Contains the new version of the Cache Engine the Cache Cluster will be
upgraded to.
|
void |
setNumCacheNodes(java.lang.Integer numCacheNodes)
Contains the new NumCacheNodes for the Cache Cluster that will
be applied or is in progress.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PendingModifiedValues |
withCacheNodeIdsToRemove(java.util.Collection<java.lang.String> cacheNodeIdsToRemove)
Contains the list of node Ids to remove from the Cache Cluster that
will be applied or is in progress.
|
PendingModifiedValues |
withCacheNodeIdsToRemove(java.lang.String... cacheNodeIdsToRemove)
Contains the list of node Ids to remove from the Cache Cluster that
will be applied or is in progress.
|
PendingModifiedValues |
withEngineVersion(java.lang.String engineVersion)
Contains the new version of the Cache Engine the Cache Cluster will be
upgraded to.
|
PendingModifiedValues |
withNumCacheNodes(java.lang.Integer numCacheNodes)
Contains the new NumCacheNodes for the Cache Cluster that will
be applied or is in progress.
|
public PendingModifiedValues()
public java.lang.Integer getNumCacheNodes()
public void setNumCacheNodes(java.lang.Integer numCacheNodes)
numCacheNodes - Contains the new NumCacheNodes for the Cache Cluster that will
be applied or is in progress.public PendingModifiedValues withNumCacheNodes(java.lang.Integer numCacheNodes)
Returns a reference to this object so that method calls can be chained together.
numCacheNodes - Contains the new NumCacheNodes for the Cache Cluster that will
be applied or is in progress.public java.util.List<java.lang.String> getCacheNodeIdsToRemove()
public void setCacheNodeIdsToRemove(java.util.Collection<java.lang.String> cacheNodeIdsToRemove)
cacheNodeIdsToRemove - Contains the list of node Ids to remove from the Cache Cluster that
will be applied or is in progress.public PendingModifiedValues withCacheNodeIdsToRemove(java.lang.String... cacheNodeIdsToRemove)
Returns a reference to this object so that method calls can be chained together.
cacheNodeIdsToRemove - Contains the list of node Ids to remove from the Cache Cluster that
will be applied or is in progress.public PendingModifiedValues withCacheNodeIdsToRemove(java.util.Collection<java.lang.String> cacheNodeIdsToRemove)
Returns a reference to this object so that method calls can be chained together.
cacheNodeIdsToRemove - Contains the list of node Ids to remove from the Cache Cluster that
will be applied or is in progress.public java.lang.String getEngineVersion()
public void setEngineVersion(java.lang.String engineVersion)
engineVersion - Contains the new version of the Cache Engine the Cache Cluster will be
upgraded to.public PendingModifiedValues withEngineVersion(java.lang.String engineVersion)
Returns a reference to this object so that method calls can be chained together.
engineVersion - Contains the new version of the Cache Engine the Cache Cluster will be
upgraded to.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