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