@Generated(value="software.amazon.awssdk:codegen") public final class ResetDbParameterGroupRequest extends NeptuneRequest implements ToCopyableBuilder<ResetDbParameterGroupRequest.Builder,ResetDbParameterGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResetDbParameterGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResetDbParameterGroupRequest.Builder |
builder() |
String |
dbParameterGroupName()
The name of the DB parameter group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasParameters()
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<Parameter> |
parameters()
To reset the entire DB parameter group, specify the
DBParameterGroup name and
ResetAllParameters parameters. |
Boolean |
resetAllParameters()
Specifies whether (
true) or not (false) to reset all parameters in the DB parameter
group to default values. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResetDbParameterGroupRequest.Builder> |
serializableBuilderClass() |
ResetDbParameterGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String dbParameterGroupName()
The name of the DB parameter group.
Constraints:
Must match the name of an existing DBParameterGroup.
Constraints:
Must match the name of an existing DBParameterGroup.
public Boolean resetAllParameters()
Specifies whether (true) or not (false) to reset all parameters in the DB parameter
group to default values.
Default: true
true) or not (false) to reset all parameters in the DB
parameter group to default values.
Default: true
public boolean hasParameters()
public List<Parameter> parameters()
To reset the entire DB parameter group, specify the DBParameterGroup name and
ResetAllParameters parameters. To reset specific parameters, provide a list of the following:
ParameterName and ApplyMethod. A maximum of 20 parameters can be modified in a single
request.
Valid Values (for Apply method): pending-reboot
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasParameters() to see if a value was sent in this field.
DBParameterGroup name and
ResetAllParameters parameters. To reset specific parameters, provide a list of the
following: ParameterName and ApplyMethod. A maximum of 20 parameters can be
modified in a single request.
Valid Values (for Apply method): pending-reboot
public ResetDbParameterGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResetDbParameterGroupRequest.Builder,ResetDbParameterGroupRequest>toBuilder in class NeptuneRequestpublic static ResetDbParameterGroupRequest.Builder builder()
public static Class<? extends ResetDbParameterGroupRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.