@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetDBParameterGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the result of a successful invocation of the ModifyDBParameterGroup
or
ResetDBParameterGroup
operation.
Constructor and Description |
---|
ResetDBParameterGroupResult() |
Modifier and Type | Method and Description |
---|---|
ResetDBParameterGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getDBParameterGroupName()
The name of the DB parameter group.
|
int |
hashCode() |
void |
setDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
|
String |
toString()
Returns a string representation of this object.
|
ResetDBParameterGroupResult |
withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
dBParameterGroupName
- The name of the DB parameter group.public String getDBParameterGroupName()
The name of the DB parameter group.
public ResetDBParameterGroupResult withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
dBParameterGroupName
- The name of the DB parameter group.public String toString()
toString
in class Object
Object.toString()
public ResetDBParameterGroupResult clone()