@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 |
getCatalogName()
The name of the data catalog that contains the database to return.
|
String |
getDatabaseName()
The name of the database to return.
|
String |
getWorkGroup()
The name of the workgroup for which the metadata is being fetched.
|
int |
hashCode() |
void |
setCatalogName(String catalogName)
The name of the data catalog that contains the database to return.
|
void |
setDatabaseName(String databaseName)
The name of the database to return.
|
void |
setWorkGroup(String workGroup)
The name of the workgroup for which the metadata is being fetched.
|
String |
toString()
Returns a string representation of this object.
|
GetDatabaseRequest |
withCatalogName(String catalogName)
The name of the data catalog that contains the database to return.
|
GetDatabaseRequest |
withDatabaseName(String databaseName)
The name of the database to return.
|
GetDatabaseRequest |
withWorkGroup(String workGroup)
The name of the workgroup for which the metadata is being fetched.
|
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 setCatalogName(String catalogName)
The name of the data catalog that contains the database to return.
catalogName
- The name of the data catalog that contains the database to return.public String getCatalogName()
The name of the data catalog that contains the database to return.
public GetDatabaseRequest withCatalogName(String catalogName)
The name of the data catalog that contains the database to return.
catalogName
- The name of the data catalog that contains the database to return.public void setDatabaseName(String databaseName)
The name of the database to return.
databaseName
- The name of the database to return.public String getDatabaseName()
The name of the database to return.
public GetDatabaseRequest withDatabaseName(String databaseName)
The name of the database to return.
databaseName
- The name of the database to return.public void setWorkGroup(String workGroup)
The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.
workGroup
- The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity
Center enabled Glue Data Catalog.public String getWorkGroup()
The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.
public GetDatabaseRequest withWorkGroup(String workGroup)
The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.
workGroup
- The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity
Center enabled Glue Data Catalog.public String toString()
toString
in class Object
Object.toString()
public GetDatabaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()