@Generated(value="software.amazon.awssdk:codegen") public final class LFTagPolicyDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LFTagPolicyDetails.Builder,LFTagPolicyDetails>
Details about the LF-tag policy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LFTagPolicyDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LFTagPolicyDetails.Builder |
builder() |
String |
catalogId()
The identifier for the AWS Glue Data Catalog.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LFResourceDetails |
resourceDetails()
Details for the Lake Formation Resources included in the LF-tag policy.
|
LFResourceType |
resourceType()
The resource type for which the LF-tag policy applies.
|
String |
resourceTypeAsString()
The resource type for which the LF-tag policy applies.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LFTagPolicyDetails.Builder> |
serializableBuilderClass() |
LFTagPolicyDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The identifier for the AWS Glue Data Catalog.
public final LFResourceType resourceType()
The resource type for which the LF-tag policy applies.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return LFResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
LFResourceTypepublic final String resourceTypeAsString()
The resource type for which the LF-tag policy applies.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return LFResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
LFResourceTypepublic final LFResourceDetails resourceDetails()
Details for the Lake Formation Resources included in the LF-tag policy.
public LFTagPolicyDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LFTagPolicyDetails.Builder,LFTagPolicyDetails>public static LFTagPolicyDetails.Builder builder()
public static Class<? extends LFTagPolicyDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.