@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 action.
Constructor and Description |
---|
ResetDBParameterGroupResult() |
Modifier and Type | Method and Description |
---|---|
ResetDBParameterGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getDBParameterGroupName()
Provides the name of the DB parameter group.
|
int |
hashCode() |
void |
setDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResetDBParameterGroupResult |
withDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB parameter group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB parameter group.
dBParameterGroupName
- Provides the name of the DB parameter group.public String getDBParameterGroupName()
Provides the name of the DB parameter group.
public ResetDBParameterGroupResult withDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB parameter group.
dBParameterGroupName
- Provides the name of the DB parameter group.public String toString()
toString
in class Object
Object.toString()
public ResetDBParameterGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.