@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddLFTagsToResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AddLFTagsToResourceResult() |
Modifier and Type | Method and Description |
---|---|
AddLFTagsToResourceResult |
clone() |
boolean |
equals(Object obj) |
List<LFTagError> |
getFailures()
A list of failures to tag the resource.
|
int |
hashCode() |
void |
setFailures(Collection<LFTagError> failures)
A list of failures to tag the resource.
|
String |
toString()
Returns a string representation of this object.
|
AddLFTagsToResourceResult |
withFailures(Collection<LFTagError> failures)
A list of failures to tag the resource.
|
AddLFTagsToResourceResult |
withFailures(LFTagError... failures)
A list of failures to tag the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LFTagError> getFailures()
A list of failures to tag the resource.
public void setFailures(Collection<LFTagError> failures)
A list of failures to tag the resource.
failures
- A list of failures to tag the resource.public AddLFTagsToResourceResult withFailures(LFTagError... failures)
A list of failures to tag the resource.
NOTE: This method appends the values to the existing list (if any). Use
setFailures(java.util.Collection)
or withFailures(java.util.Collection)
if you want to override
the existing values.
failures
- A list of failures to tag the resource.public AddLFTagsToResourceResult withFailures(Collection<LFTagError> failures)
A list of failures to tag the resource.
failures
- A list of failures to tag the resource.public String toString()
toString
in class Object
Object.toString()
public AddLFTagsToResourceResult clone()