@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UntagResourcesResult() |
| Modifier and Type | Method and Description |
|---|---|
UntagResourcesResult |
addFailedResourcesMapEntry(String key,
FailureInfo value) |
UntagResourcesResult |
clearFailedResourcesMapEntries()
Removes all the entries added into FailedResourcesMap.
|
UntagResourcesResult |
clone() |
boolean |
equals(Object obj) |
Map<String,FailureInfo> |
getFailedResourcesMap()
Details of resources that could not be untagged.
|
int |
hashCode() |
void |
setFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
Details of resources that could not be untagged.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UntagResourcesResult |
withFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
Details of resources that could not be untagged.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,FailureInfo> getFailedResourcesMap()
Details of resources that could not be untagged. An error code, status code, and error message are returned for each failed item.
public void setFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
Details of resources that could not be untagged. An error code, status code, and error message are returned for each failed item.
failedResourcesMap - Details of resources that could not be untagged. An error code, status code, and error message are
returned for each failed item.public UntagResourcesResult withFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
Details of resources that could not be untagged. An error code, status code, and error message are returned for each failed item.
failedResourcesMap - Details of resources that could not be untagged. An error code, status code, and error message are
returned for each failed item.public UntagResourcesResult addFailedResourcesMapEntry(String key, FailureInfo value)
public UntagResourcesResult clearFailedResourcesMapEntries()
public String toString()
toString in class ObjectObject.toString()public UntagResourcesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.