@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveLFTagsFromResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RemoveLFTagsFromResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
RemoveLFTagsFromResourceResult |
clone() |
boolean |
equals(Object obj) |
List<LFTagError> |
getFailures()
A list of failures to untag a resource.
|
int |
hashCode() |
void |
setFailures(Collection<LFTagError> failures)
A list of failures to untag a resource.
|
String |
toString()
Returns a string representation of this object.
|
RemoveLFTagsFromResourceResult |
withFailures(Collection<LFTagError> failures)
A list of failures to untag a resource.
|
RemoveLFTagsFromResourceResult |
withFailures(LFTagError... failures)
A list of failures to untag a resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<LFTagError> getFailures()
A list of failures to untag a resource.
public void setFailures(Collection<LFTagError> failures)
A list of failures to untag a resource.
failures - A list of failures to untag a resource.public RemoveLFTagsFromResourceResult withFailures(LFTagError... failures)
A list of failures to untag a 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 untag a resource.public RemoveLFTagsFromResourceResult withFailures(Collection<LFTagError> failures)
A list of failures to untag a resource.
failures - A list of failures to untag a resource.public String toString()
toString in class ObjectObject.toString()public RemoveLFTagsFromResourceResult clone()
Copyright © 2022. All rights reserved.