@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDatabaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDatabaseRequest() |
Modifier and Type | Method and Description |
---|---|
GetDatabaseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application.
|
String |
getComponentId()
The ID of the component.
|
String |
getDatabaseArn()
The Amazon Resource Name (ARN) of the database.
|
String |
getDatabaseId()
The ID of the database.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The ID of the application.
|
void |
setComponentId(String componentId)
The ID of the component.
|
void |
setDatabaseArn(String databaseArn)
The Amazon Resource Name (ARN) of the database.
|
void |
setDatabaseId(String databaseId)
The ID of the database.
|
String |
toString()
Returns a string representation of this object.
|
GetDatabaseRequest |
withApplicationId(String applicationId)
The ID of the application.
|
GetDatabaseRequest |
withComponentId(String componentId)
The ID of the component.
|
GetDatabaseRequest |
withDatabaseArn(String databaseArn)
The Amazon Resource Name (ARN) of the database.
|
GetDatabaseRequest |
withDatabaseId(String databaseId)
The ID of the database.
|
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, withSdkRequestTimeout
public void setApplicationId(String applicationId)
The ID of the application.
applicationId
- The ID of the application.public String getApplicationId()
The ID of the application.
public GetDatabaseRequest withApplicationId(String applicationId)
The ID of the application.
applicationId
- The ID of the application.public void setComponentId(String componentId)
The ID of the component.
componentId
- The ID of the component.public String getComponentId()
The ID of the component.
public GetDatabaseRequest withComponentId(String componentId)
The ID of the component.
componentId
- The ID of the component.public void setDatabaseId(String databaseId)
The ID of the database.
databaseId
- The ID of the database.public String getDatabaseId()
The ID of the database.
public GetDatabaseRequest withDatabaseId(String databaseId)
The ID of the database.
databaseId
- The ID of the database.public void setDatabaseArn(String databaseArn)
The Amazon Resource Name (ARN) of the database.
databaseArn
- The Amazon Resource Name (ARN) of the database.public String getDatabaseArn()
The Amazon Resource Name (ARN) of the database.
public GetDatabaseRequest withDatabaseArn(String databaseArn)
The Amazon Resource Name (ARN) of the database.
databaseArn
- The Amazon Resource Name (ARN) of the database.public String toString()
toString
in class Object
Object.toString()
public GetDatabaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()