@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LFTagError extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing an error related to a TagResource or UnTagResource operation.
| Constructor and Description |
|---|
LFTagError() |
| Modifier and Type | Method and Description |
|---|---|
LFTagError |
clone() |
boolean |
equals(Object obj) |
ErrorDetail |
getError()
An error that occurred with the attachment or detachment of the LF-tag.
|
LFTagPair |
getLFTag()
The key-name of the LF-tag.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setError(ErrorDetail error)
An error that occurred with the attachment or detachment of the LF-tag.
|
void |
setLFTag(LFTagPair lFTag)
The key-name of the LF-tag.
|
String |
toString()
Returns a string representation of this object.
|
LFTagError |
withError(ErrorDetail error)
An error that occurred with the attachment or detachment of the LF-tag.
|
LFTagError |
withLFTag(LFTagPair lFTag)
The key-name of the LF-tag.
|
public void setLFTag(LFTagPair lFTag)
The key-name of the LF-tag.
lFTag - The key-name of the LF-tag.public LFTagPair getLFTag()
The key-name of the LF-tag.
public LFTagError withLFTag(LFTagPair lFTag)
The key-name of the LF-tag.
lFTag - The key-name of the LF-tag.public void setError(ErrorDetail error)
An error that occurred with the attachment or detachment of the LF-tag.
error - An error that occurred with the attachment or detachment of the LF-tag.public ErrorDetail getError()
An error that occurred with the attachment or detachment of the LF-tag.
public LFTagError withError(ErrorDetail error)
An error that occurred with the attachment or detachment of the LF-tag.
error - An error that occurred with the attachment or detachment of the LF-tag.public String toString()
toString in class ObjectObject.toString()public LFTagError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.