public class ModifyDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dBClusterParameterGroupName
The name of the DB cluster parameter group to modify.
|
private SdkInternalList<Parameter> |
parameters
A list of parameters in the DB cluster parameter group to modify.
|
NOOP
Constructor and Description |
---|
ModifyDBClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyDBClusterParameterGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBClusterParameterGroupName()
The name of the DB cluster parameter group to modify.
|
java.util.List<Parameter> |
getParameters()
A list of parameters in the DB cluster parameter group to modify.
|
int |
hashCode() |
void |
setDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
|
void |
setParameters(java.util.Collection<Parameter> parameters)
A list of parameters in the DB cluster parameter group to modify.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyDBClusterParameterGroupRequest |
withDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
|
ModifyDBClusterParameterGroupRequest |
withParameters(java.util.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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String dBClusterParameterGroupName
The name of the DB cluster parameter group to modify.
private SdkInternalList<Parameter> parameters
A list of parameters in the DB cluster parameter group to modify.
public ModifyDBClusterParameterGroupRequest()
public void setDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
dBClusterParameterGroupName
- The name of the DB cluster parameter group to modify.public java.lang.String getDBClusterParameterGroupName()
The name of the DB cluster parameter group to modify.
public ModifyDBClusterParameterGroupRequest withDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
dBClusterParameterGroupName
- The name of the DB cluster parameter group to modify.public java.util.List<Parameter> getParameters()
A list of parameters in the DB cluster parameter group to modify.
public void setParameters(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ModifyDBClusterParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()