@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public LFTagError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.