@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRelationalDatabaseParametersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRelationalDatabaseParametersRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRelationalDatabaseParametersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<RelationalDatabaseParameter> |
getParameters()
The database parameters to update.
|
String |
getRelationalDatabaseName()
The name of your database for which to update parameters.
|
int |
hashCode() |
void |
setParameters(Collection<RelationalDatabaseParameter> parameters)
The database parameters to update.
|
void |
setRelationalDatabaseName(String relationalDatabaseName)
The name of your database for which to update parameters.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRelationalDatabaseParametersRequest |
withParameters(Collection<RelationalDatabaseParameter> parameters)
The database parameters to update.
|
UpdateRelationalDatabaseParametersRequest |
withParameters(RelationalDatabaseParameter... parameters)
The database parameters to update.
|
UpdateRelationalDatabaseParametersRequest |
withRelationalDatabaseName(String relationalDatabaseName)
The name of your database for which to update parameters.
|
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 UpdateRelationalDatabaseParametersRequest()
public void setRelationalDatabaseName(String relationalDatabaseName)
The name of your database for which to update parameters.
relationalDatabaseName
- The name of your database for which to update parameters.public String getRelationalDatabaseName()
The name of your database for which to update parameters.
public UpdateRelationalDatabaseParametersRequest withRelationalDatabaseName(String relationalDatabaseName)
The name of your database for which to update parameters.
relationalDatabaseName
- The name of your database for which to update parameters.public List<RelationalDatabaseParameter> getParameters()
The database parameters to update.
public void setParameters(Collection<RelationalDatabaseParameter> parameters)
The database parameters to update.
parameters
- The database parameters to update.public UpdateRelationalDatabaseParametersRequest withParameters(RelationalDatabaseParameter... parameters)
The database parameters to update.
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
- The database parameters to update.public UpdateRelationalDatabaseParametersRequest withParameters(Collection<RelationalDatabaseParameter> parameters)
The database parameters to update.
parameters
- The database parameters to update.public String toString()
toString
in class Object
Object.toString()
public UpdateRelationalDatabaseParametersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()