@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDbParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetDbParameterGroupRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetDbParameterGroupRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getIdentifier()
 The id of the DB parameter group. | 
| int | hashCode() | 
| void | setIdentifier(String identifier)
 The id of the DB parameter group. | 
| String | toString()Returns a string representation of this object. | 
| GetDbParameterGroupRequest | withIdentifier(String identifier)
 The id of the DB parameter group. | 
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, withSdkRequestTimeoutpublic void setIdentifier(String identifier)
The id of the DB parameter group.
identifier - The id of the DB parameter group.public String getIdentifier()
The id of the DB parameter group.
public GetDbParameterGroupRequest withIdentifier(String identifier)
The id of the DB parameter group.
identifier - The id of the DB parameter group.public String toString()
toString in class ObjectObject.toString()public GetDbParameterGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()