|
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.PendingModifiedValues
public class PendingModifiedValues
Contains values that will be applied to the Cache Cluster in the future.
Constructor Summary | |
---|---|
PendingModifiedValues()
Default constructor for a new PendingModifiedValues object. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PendingModifiedValues()
Method Detail |
---|
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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |