|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticache.model.ResetCacheParameterGroupRequest
public class ResetCacheParameterGroupRequest
Container for the parameters to the ResetCacheParameterGroup operation
.
Modifies the parameters of a CacheParameterGroup to the engine or system default value. To reset specific parameters submit a list of the parameter names. To reset the entire CacheParameterGroup, specify the CacheParameterGroup name and ResetAllParameters parameters.
AmazonElastiCache.resetCacheParameterGroup(ResetCacheParameterGroupRequest)
Constructor Summary | |
---|---|
ResetCacheParameterGroupRequest()
Default constructor for a new ResetCacheParameterGroupRequest object. |
|
ResetCacheParameterGroupRequest(String cacheParameterGroupName,
List<ParameterNameValue> parameterNameValues)
Constructs a new ResetCacheParameterGroupRequest object. |
Method Summary | |
---|---|
String |
getCacheParameterGroupName()
The name of the Cache Parameter Group. |
List<ParameterNameValue> |
getParameterNameValues()
An array of parameter names which should be reset. |
Boolean |
getResetAllParameters()
Specifies whether (true) or not (false) to reset all parameters in the Cache Parameter Group to default values. |
Boolean |
isResetAllParameters()
Specifies whether (true) or not (false) to reset all parameters in the Cache Parameter Group to default values. |
void |
setCacheParameterGroupName(String cacheParameterGroupName)
The name of the Cache Parameter Group. |
void |
setParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of parameter names which should be reset. |
void |
setResetAllParameters(Boolean resetAllParameters)
Specifies whether (true) or not (false) to reset all parameters in the Cache Parameter Group to default values. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ResetCacheParameterGroupRequest |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the Cache Parameter Group. |
ResetCacheParameterGroupRequest |
withParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of parameter names which should be reset. |
ResetCacheParameterGroupRequest |
withParameterNameValues(ParameterNameValue... parameterNameValues)
An array of parameter names which should be reset. |
ResetCacheParameterGroupRequest |
withResetAllParameters(Boolean resetAllParameters)
Specifies whether (true) or not (false) to reset all parameters in the Cache Parameter Group to default values. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResetCacheParameterGroupRequest()
public ResetCacheParameterGroupRequest(String cacheParameterGroupName, List<ParameterNameValue> parameterNameValues)
cacheParameterGroupName
- The name of the Cache Parameter Group.parameterNameValues
- An array of parameter names which should be
reset. If not resetting the entire CacheParameterGroup, at least one
parameter name must be supplied.Method Detail |
---|
public String getCacheParameterGroupName()
public void setCacheParameterGroupName(String cacheParameterGroupName)
cacheParameterGroupName
- The name of the Cache Parameter Group.public ResetCacheParameterGroupRequest withCacheParameterGroupName(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 Boolean isResetAllParameters()
public void setResetAllParameters(Boolean resetAllParameters)
resetAllParameters
- Specifies whether (true) or not (false) to reset all
parameters in the Cache Parameter Group to default values.public ResetCacheParameterGroupRequest withResetAllParameters(Boolean resetAllParameters)
Returns a reference to this object so that method calls can be chained together.
resetAllParameters
- Specifies whether (true) or not (false) to reset all
parameters in the Cache Parameter Group to default values.
public Boolean getResetAllParameters()
public List<ParameterNameValue> getParameterNameValues()
public void setParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
parameterNameValues
- An array of parameter names which should be reset. If not resetting
the entire CacheParameterGroup, at least one parameter name must be
supplied.public ResetCacheParameterGroupRequest withParameterNameValues(ParameterNameValue... parameterNameValues)
Returns a reference to this object so that method calls can be chained together.
parameterNameValues
- An array of parameter names which should be reset. If not resetting
the entire CacheParameterGroup, at least one parameter name must be
supplied.
public ResetCacheParameterGroupRequest withParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
Returns a reference to this object so that method calls can be chained together.
parameterNameValues
- An array of parameter names which should be reset. If not resetting
the entire CacheParameterGroup, at least one parameter name must be
supplied.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |