@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyDBClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyDBClusterParameterGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBClusterParameterGroupName()
The name of the DB cluster parameter group to modify.
|
List<Parameter> |
getParameters()
A list of parameters in the DB cluster parameter group to modify.
|
int |
hashCode() |
void |
setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
|
void |
setParameters(Collection<Parameter> parameters)
A list of parameters in the DB cluster parameter group to modify.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ModifyDBClusterParameterGroupRequest |
withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
|
ModifyDBClusterParameterGroupRequest |
withParameters(Collection<Parameter> parameters)
A list of parameters in the DB cluster parameter group to modify.
|
ModifyDBClusterParameterGroupRequest |
withParameters(Parameter... parameters)
A list of parameters in the DB cluster parameter group to modify.
|
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, withSdkRequestTimeout
public ModifyDBClusterParameterGroupRequest()
public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
dBClusterParameterGroupName
- The name of the DB cluster parameter group to modify.public String getDBClusterParameterGroupName()
The name of the DB cluster parameter group to modify.
public ModifyDBClusterParameterGroupRequest withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
dBClusterParameterGroupName
- The name of the DB cluster parameter group to modify.public List<Parameter> getParameters()
A list of parameters in the DB cluster parameter group to modify.
public void setParameters(Collection<Parameter> parameters)
A list of parameters in the DB cluster parameter group to modify.
parameters
- A list of parameters in the DB cluster parameter group to modify.public ModifyDBClusterParameterGroupRequest withParameters(Parameter... parameters)
A list of parameters in the DB cluster parameter group to modify.
NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection)
or withParameters(java.util.Collection)
if you want to
override the existing values.
parameters
- A list of parameters in the DB cluster parameter group to modify.public ModifyDBClusterParameterGroupRequest withParameters(Collection<Parameter> parameters)
A list of parameters in the DB cluster parameter group to modify.
parameters
- A list of parameters in the DB cluster parameter group to modify.public String toString()
toString
in class Object
Object.toString()
public ModifyDBClusterParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.