@Generated(value="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 TagResource or UnTagResource operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LFTagError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LFTagError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorDetail |
error()
An error that occurred with the attachment or detachment of the LF-tag.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LFTagPair |
lfTag()
The key-name of the LF-tag.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LFTagError.Builder> |
serializableBuilderClass() |
LFTagError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LFTagPair lfTag()
The key-name of the LF-tag.
public final ErrorDetail error()
An error that occurred with the attachment or detachment of the LF-tag.
public LFTagError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LFTagError.Builder,LFTagError>public static LFTagError.Builder builder()
public static Class<? extends LFTagError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.