Class LFTagError
- java.lang.Object
-
- software.amazon.awssdk.services.lakeformation.model.LFTagError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LFTagError.Builder,LFTagError>
@Generated("software.amazon.awssdk:codegen") public final class LFTagError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LFTagError.Builder,LFTagError>
A structure containing an error related to a
TagResourceorUnTagResourceoperation.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLFTagError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LFTagError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ErrorDetailerror()An error that occurred with the attachment or detachment of the LF-tag.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LFTagPairlfTag()The key-name of the LF-tag.List<SdkField<?>>sdkFields()static Class<? extends LFTagError.Builder>serializableBuilderClass()LFTagError.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lfTag
public final LFTagPair lfTag()
The key-name of the LF-tag.
- Returns:
- The key-name of the LF-tag.
-
error
public final ErrorDetail error()
An error that occurred with the attachment or detachment of the LF-tag.
- Returns:
- An error that occurred with the attachment or detachment of the LF-tag.
-
toBuilder
public LFTagError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LFTagError.Builder,LFTagError>
-
builder
public static LFTagError.Builder builder()
-
serializableBuilderClass
public static Class<? extends LFTagError.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-