@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 tag.
|
LFTagPair |
getLFTag()
The key-name of the tag.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setError(ErrorDetail error)
An error that occurred with the attachment or detachment of the tag.
|
void |
setLFTag(LFTagPair lFTag)
The key-name of the 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 tag.
|
LFTagError |
withLFTag(LFTagPair lFTag)
The key-name of the tag.
|
public void setLFTag(LFTagPair lFTag)
The key-name of the tag.
lFTag - The key-name of the tag.public LFTagPair getLFTag()
The key-name of the tag.
public LFTagError withLFTag(LFTagPair lFTag)
The key-name of the tag.
lFTag - The key-name of the tag.public void setError(ErrorDetail error)
An error that occurred with the attachment or detachment of the tag.
error - An error that occurred with the attachment or detachment of the tag.public ErrorDetail getError()
An error that occurred with the attachment or detachment of the tag.
public LFTagError withError(ErrorDetail error)
An error that occurred with the attachment or detachment of the tag.
error - An error that occurred with the attachment or detachment of the tag.public String toString()
toString in class ObjectObject.toString()public LFTagError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.