public class ModifyCacheParameterGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
ModifyCacheParameterGroupRequest()
Default constructor for a new ModifyCacheParameterGroupRequest object.
|
ModifyCacheParameterGroupRequest(java.lang.String cacheParameterGroupName,
java.util.List<ParameterNameValue> parameterNameValues)
Constructs a new ModifyCacheParameterGroupRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheParameterGroupName()
The name of the cache parameter group to modify.
|
java.util.List<ParameterNameValue> |
getParameterNameValues()
An array of parameter names and values for the parameter update.
|
int |
hashCode() |
void |
setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the cache parameter group to modify.
|
void |
setParameterNameValues(java.util.Collection<ParameterNameValue> parameterNameValues)
An array of parameter names and values for the parameter update.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyCacheParameterGroupRequest |
withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the cache parameter group to modify.
|
ModifyCacheParameterGroupRequest |
withParameterNameValues(java.util.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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic ModifyCacheParameterGroupRequest()
public ModifyCacheParameterGroupRequest(java.lang.String cacheParameterGroupName,
java.util.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.public java.lang.String getCacheParameterGroupName()
public void setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
cacheParameterGroupName - The name of the cache parameter group to modify.public ModifyCacheParameterGroupRequest 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 to modify.public java.util.List<ParameterNameValue> getParameterNameValues()
public void setParameterNameValues(java.util.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(java.util.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 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