@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRelationalDatabaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetRelationalDatabaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetRelationalDatabaseRequest |
clone() |
boolean |
equals(Object obj) |
String |
getRelationalDatabaseName()
The name of the database that you are looking up.
|
int |
hashCode() |
void |
setRelationalDatabaseName(String relationalDatabaseName)
The name of the database that you are looking up.
|
String |
toString()
Returns a string representation of this object.
|
GetRelationalDatabaseRequest |
withRelationalDatabaseName(String relationalDatabaseName)
The name of the database that you are looking up.
|
addHandlerContext, copyBaseTo, 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 setRelationalDatabaseName(String relationalDatabaseName)
The name of the database that you are looking up.
relationalDatabaseName - The name of the database that you are looking up.public String getRelationalDatabaseName()
The name of the database that you are looking up.
public GetRelationalDatabaseRequest withRelationalDatabaseName(String relationalDatabaseName)
The name of the database that you are looking up.
relationalDatabaseName - The name of the database that you are looking up.public String toString()
toString in class ObjectObject.toString()public GetRelationalDatabaseRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.