@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLFTagRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetLFTagRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetLFTagRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The identifier for the Data Catalog.
|
String |
getTagKey()
The key-name for the tag.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The identifier for the Data Catalog.
|
void |
setTagKey(String tagKey)
The key-name for the tag.
|
String |
toString()
Returns a string representation of this object.
|
GetLFTagRequest |
withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
GetLFTagRequest |
withTagKey(String tagKey)
The key-name for the tag.
|
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 GetLFTagRequest 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 setTagKey(String tagKey)
The key-name for the tag.
tagKey - The key-name for the tag.public String getTagKey()
The key-name for the tag.
public GetLFTagRequest withTagKey(String tagKey)
The key-name for the tag.
tagKey - The key-name for the tag.public String toString()
toString in class ObjectObject.toString()public GetLFTagRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.