|
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.AmazonWebServiceRequest
com.amazonaws.services.elasticache.model.ModifyCacheParameterGroupRequest
public class ModifyCacheParameterGroupRequest
Container for the parameters to the ModifyCacheParameterGroup operation
.
Modifies the parameters of a CacheParameterGroup. To modify more than one parameter, submit a list of ParameterName and ParameterValue parameters. A maximum of 20 parameters can be modified in a single request.
AmazonElastiCache.modifyCacheParameterGroup(ModifyCacheParameterGroupRequest)
,
Serialized FormConstructor Summary | |
---|---|
ModifyCacheParameterGroupRequest()
Default constructor for a new ModifyCacheParameterGroupRequest object. |
|
ModifyCacheParameterGroupRequest(String cacheParameterGroupName,
List<ParameterNameValue> parameterNameValues)
Constructs a new ModifyCacheParameterGroupRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheParameterGroupName()
The name of the cache parameter group to modify. |
List<ParameterNameValue> |
getParameterNameValues()
An array of parameter names and values for the parameter update. |
int |
hashCode()
|
void |
setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to modify. |
void |
setParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of parameter names and values for the parameter update. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ModifyCacheParameterGroupRequest |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to modify. |
ModifyCacheParameterGroupRequest |
withParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of parameter names and values for the parameter update. |
ModifyCacheParameterGroupRequest |
withParameterNameValues(ParameterNameValue... parameterNameValues)
An array of parameter names and values for the parameter update. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifyCacheParameterGroupRequest()
public ModifyCacheParameterGroupRequest(String cacheParameterGroupName, List<ParameterNameValue> parameterNameValues)
cacheParameterGroupName
- The name of the cache parameter group
to modify.parameterNameValues
- An array of parameter names and values for
the parameter update. At least one parameter name and value must be
supplied; subsequent arguments are optional. A maximum of 20
parameters may be modified in a single request.Method Detail |
---|
public String getCacheParameterGroupName()
public void setCacheParameterGroupName(String cacheParameterGroupName)
cacheParameterGroupName
- The name of the cache parameter group to modify.public ModifyCacheParameterGroupRequest 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 to modify.
public List<ParameterNameValue> getParameterNameValues()
public void setParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
parameterNameValues
- An array of parameter names and values for the parameter update. At
least one parameter name and value must be supplied; subsequent
arguments are optional. A maximum of 20 parameters may be modified in
a single request.public ModifyCacheParameterGroupRequest withParameterNameValues(ParameterNameValue... parameterNameValues)
Returns a reference to this object so that method calls can be chained together.
parameterNameValues
- An array of parameter names and values for the parameter update. At
least one parameter name and value must be supplied; subsequent
arguments are optional. A maximum of 20 parameters may be modified in
a single request.
public ModifyCacheParameterGroupRequest withParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
Returns a reference to this object so that method calls can be chained together.
parameterNameValues
- An array of parameter names and values for the parameter update. At
least one parameter name and value must be supplied; subsequent
arguments are optional. A maximum of 20 parameters may be modified in
a single request.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |