@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetDBParameterGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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.
|
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 © 2020. All rights reserved.