@Generated(value="software.amazon.awssdk:codegen") public final class ListLfTagsRequest extends LakeFormationRequest implements ToCopyableBuilder<ListLfTagsRequest.Builder,ListLfTagsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListLfTagsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListLfTagsRequest.Builder |
builder() |
String |
catalogId()
The identifier for the Data Catalog.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return.
|
String |
nextToken()
A continuation token, if this is not the first call to retrieve this list.
|
ResourceShareType |
resourceShareType()
If resource share type is
ALL, returns both in-account LF-tags and shared LF-tags that the requester
has permission to view. |
String |
resourceShareTypeAsString()
If resource share type is
ALL, returns both in-account LF-tags and shared LF-tags that the requester
has permission to view. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListLfTagsRequest.Builder> |
serializableBuilderClass() |
ListLfTagsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final ResourceShareType resourceShareType()
If resource share type is ALL, returns both in-account LF-tags and shared LF-tags that the requester
has permission to view. If resource share type is FOREIGN, returns all share LF-tags that the
requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester
has permission to view.
If the service returns an enum value that is not available in the current SDK version, resourceShareType
will return ResourceShareType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceShareTypeAsString().
ALL, returns both in-account LF-tags and shared LF-tags that the
requester has permission to view. If resource share type is FOREIGN, returns all share
LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given
catalog ID that the requester has permission to view.ResourceShareTypepublic final String resourceShareTypeAsString()
If resource share type is ALL, returns both in-account LF-tags and shared LF-tags that the requester
has permission to view. If resource share type is FOREIGN, returns all share LF-tags that the
requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester
has permission to view.
If the service returns an enum value that is not available in the current SDK version, resourceShareType
will return ResourceShareType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceShareTypeAsString().
ALL, returns both in-account LF-tags and shared LF-tags that the
requester has permission to view. If resource share type is FOREIGN, returns all share
LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given
catalog ID that the requester has permission to view.ResourceShareTypepublic final Integer maxResults()
The maximum number of results to return.
public final String nextToken()
A continuation token, if this is not the first call to retrieve this list.
public ListLfTagsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListLfTagsRequest.Builder,ListLfTagsRequest>toBuilder in class LakeFormationRequestpublic static ListLfTagsRequest.Builder builder()
public static Class<? extends ListLfTagsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.