@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLFTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListLFTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListLFTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The identifier for the Data Catalog.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A continuation token, if this is not the first call to retrieve this list.
|
String |
getResourceShareType()
If resource share type is
ALL, returns both in-account tags and shared tags that the requester has
permission to view. |
int |
hashCode() |
void |
setCatalogId(String catalogId)
The identifier for the Data Catalog.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
|
void |
setResourceShareType(String resourceShareType)
If resource share type is
ALL, returns both in-account tags and shared tags that the requester has
permission to view. |
String |
toString()
Returns a string representation of this object.
|
ListLFTagsRequest |
withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
ListLFTagsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListLFTagsRequest |
withNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
|
ListLFTagsRequest |
withResourceShareType(ResourceShareType resourceShareType)
If resource share type is
ALL, returns both in-account tags and shared tags that the requester has
permission to view. |
ListLFTagsRequest |
withResourceShareType(String resourceShareType)
If resource share type is
ALL, returns both in-account tags and shared tags that the requester has
permission to view. |
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 ListLFTagsRequest 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 setResourceShareType(String resourceShareType)
If resource share type is ALL, returns both in-account tags and shared tags that the requester has
permission to view. If resource share type is FOREIGN, returns all share tags that the requester can
view. If no resource share type is passed, lists tags in the given catalog ID that the requester has permission
to view.
resourceShareType - If resource share type is ALL, returns both in-account tags and shared tags that the
requester has permission to view. If resource share type is FOREIGN, returns all share tags
that the requester can view. If no resource share type is passed, lists tags in the given catalog ID that
the requester has permission to view.ResourceShareTypepublic String getResourceShareType()
If resource share type is ALL, returns both in-account tags and shared tags that the requester has
permission to view. If resource share type is FOREIGN, returns all share tags that the requester can
view. If no resource share type is passed, lists tags in the given catalog ID that the requester has permission
to view.
ALL, returns both in-account tags and shared tags that the
requester has permission to view. If resource share type is FOREIGN, returns all share tags
that the requester can view. If no resource share type is passed, lists tags in the given catalog ID that
the requester has permission to view.ResourceShareTypepublic ListLFTagsRequest withResourceShareType(String resourceShareType)
If resource share type is ALL, returns both in-account tags and shared tags that the requester has
permission to view. If resource share type is FOREIGN, returns all share tags that the requester can
view. If no resource share type is passed, lists tags in the given catalog ID that the requester has permission
to view.
resourceShareType - If resource share type is ALL, returns both in-account tags and shared tags that the
requester has permission to view. If resource share type is FOREIGN, returns all share tags
that the requester can view. If no resource share type is passed, lists tags in the given catalog ID that
the requester has permission to view.ResourceShareTypepublic ListLFTagsRequest withResourceShareType(ResourceShareType resourceShareType)
If resource share type is ALL, returns both in-account tags and shared tags that the requester has
permission to view. If resource share type is FOREIGN, returns all share tags that the requester can
view. If no resource share type is passed, lists tags in the given catalog ID that the requester has permission
to view.
resourceShareType - If resource share type is ALL, returns both in-account tags and shared tags that the
requester has permission to view. If resource share type is FOREIGN, returns all share tags
that the requester can view. If no resource share type is passed, lists tags in the given catalog ID that
the requester has permission to view.ResourceShareTypepublic void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListLFTagsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public void setNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
nextToken - A continuation token, if this is not the first call to retrieve this list.public String getNextToken()
A continuation token, if this is not the first call to retrieve this list.
public ListLFTagsRequest withNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
nextToken - A continuation token, if this is not the first call to retrieve this list.public String toString()
toString in class ObjectObject.toString()public ListLFTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.