@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceLFTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetResourceLFTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetResourceLFTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The identifier for the Data Catalog.
|
Resource |
getResource()
The database, table, or column resource for which you want to return LF-tags.
|
Boolean |
getShowAssignedLFTags()
Indicates whether to show the assigned LF-tags.
|
int |
hashCode() |
Boolean |
isShowAssignedLFTags()
Indicates whether to show the assigned LF-tags.
|
void |
setCatalogId(String catalogId)
The identifier for the Data Catalog.
|
void |
setResource(Resource resource)
The database, table, or column resource for which you want to return LF-tags.
|
void |
setShowAssignedLFTags(Boolean showAssignedLFTags)
Indicates whether to show the assigned LF-tags.
|
String |
toString()
Returns a string representation of this object.
|
GetResourceLFTagsRequest |
withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
GetResourceLFTagsRequest |
withResource(Resource resource)
The database, table, or column resource for which you want to return LF-tags.
|
GetResourceLFTagsRequest |
withShowAssignedLFTags(Boolean showAssignedLFTags)
Indicates whether to show the assigned LF-tags.
|
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 setCatalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent
metadata store. It contains database definitions, table definitions, and other control information to
manage your Lake Formation environment.public String getCatalogId()
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
public GetResourceLFTagsRequest withCatalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent
metadata store. It contains database definitions, table definitions, and other control information to
manage your Lake Formation environment.public void setResource(Resource resource)
The database, table, or column resource for which you want to return LF-tags.
resource - The database, table, or column resource for which you want to return LF-tags.public Resource getResource()
The database, table, or column resource for which you want to return LF-tags.
public GetResourceLFTagsRequest withResource(Resource resource)
The database, table, or column resource for which you want to return LF-tags.
resource - The database, table, or column resource for which you want to return LF-tags.public void setShowAssignedLFTags(Boolean showAssignedLFTags)
Indicates whether to show the assigned LF-tags.
showAssignedLFTags - Indicates whether to show the assigned LF-tags.public Boolean getShowAssignedLFTags()
Indicates whether to show the assigned LF-tags.
public GetResourceLFTagsRequest withShowAssignedLFTags(Boolean showAssignedLFTags)
Indicates whether to show the assigned LF-tags.
showAssignedLFTags - Indicates whether to show the assigned LF-tags.public Boolean isShowAssignedLFTags()
Indicates whether to show the assigned LF-tags.
public String toString()
toString in class ObjectObject.toString()public GetResourceLFTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.