@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateParameterGroupRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateParameterGroupRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getParameterGroupName()
 The name of the parameter group. | 
| List<ParameterNameValue> | getParameterNameValues()
 An array of name-value pairs for the parameters in the group. | 
| int | hashCode() | 
| void | setParameterGroupName(String parameterGroupName)
 The name of the parameter group. | 
| void | setParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
 An array of name-value pairs for the parameters in the group. | 
| String | toString()Returns a string representation of this object. | 
| UpdateParameterGroupRequest | withParameterGroupName(String parameterGroupName)
 The name of the parameter group. | 
| UpdateParameterGroupRequest | withParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
 An array of name-value pairs for the parameters in the group. | 
| UpdateParameterGroupRequest | withParameterNameValues(ParameterNameValue... parameterNameValues)
 An array of name-value pairs for the parameters in the group. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setParameterGroupName(String parameterGroupName)
The name of the parameter group.
parameterGroupName - The name of the parameter group.public String getParameterGroupName()
The name of the parameter group.
public UpdateParameterGroupRequest withParameterGroupName(String parameterGroupName)
The name of the parameter group.
parameterGroupName - The name of the parameter group.public List<ParameterNameValue> getParameterNameValues()
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
public void setParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
parameterNameValues - An array of name-value pairs for the parameters in the group. Each element in the array represents a
        single parameter.public UpdateParameterGroupRequest withParameterNameValues(ParameterNameValue... parameterNameValues)
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
 NOTE: This method appends the values to the existing list (if any). Use
 setParameterNameValues(java.util.Collection) or withParameterNameValues(java.util.Collection)
 if you want to override the existing values.
 
parameterNameValues - An array of name-value pairs for the parameters in the group. Each element in the array represents a
        single parameter.public UpdateParameterGroupRequest withParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
parameterNameValues - An array of name-value pairs for the parameters in the group. Each element in the array represents a
        single parameter.public String toString()
toString in class ObjectObject.toString()public UpdateParameterGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()