@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 resource for which you want to return tags.
|
Boolean |
getShowAssignedLFTags()
Indicates whether to show the assigned tags.
|
int |
hashCode() |
Boolean |
isShowAssignedLFTags()
Indicates whether to show the assigned tags.
|
void |
setCatalogId(String catalogId)
The identifier for the Data Catalog.
|
void |
setResource(Resource resource)
The resource for which you want to return tags.
|
void |
setShowAssignedLFTags(Boolean showAssignedLFTags)
Indicates whether to show the assigned 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 resource for which you want to return tags.
|
GetResourceLFTagsRequest |
withShowAssignedLFTags(Boolean showAssignedLFTags)
Indicates whether to show the assigned 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS Lake Formation environment.public void setResource(Resource resource)
The resource for which you want to return tags.
resource - The resource for which you want to return tags.public Resource getResource()
The resource for which you want to return tags.
public GetResourceLFTagsRequest withResource(Resource resource)
The resource for which you want to return tags.
resource - The resource for which you want to return tags.public void setShowAssignedLFTags(Boolean showAssignedLFTags)
Indicates whether to show the assigned tags.
showAssignedLFTags - Indicates whether to show the assigned tags.public Boolean getShowAssignedLFTags()
Indicates whether to show the assigned tags.
public GetResourceLFTagsRequest withShowAssignedLFTags(Boolean showAssignedLFTags)
Indicates whether to show the assigned tags.
showAssignedLFTags - Indicates whether to show the assigned tags.public Boolean isShowAssignedLFTags()
Indicates whether to show the assigned tags.
public String toString()
toString in class ObjectObject.toString()public GetResourceLFTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.