@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveAttributesFromFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RemoveAttributesFromFindingsResult() |
| Modifier and Type | Method and Description |
|---|---|
RemoveAttributesFromFindingsResult |
addFailedItemsEntry(String key,
FailedItemDetails value) |
RemoveAttributesFromFindingsResult |
clearFailedItemsEntries()
Removes all the entries added into FailedItems.
|
RemoveAttributesFromFindingsResult |
clone() |
boolean |
equals(Object obj) |
Map<String,FailedItemDetails> |
getFailedItems()
Attributes details that cannot be described.
|
int |
hashCode() |
void |
setFailedItems(Map<String,FailedItemDetails> failedItems)
Attributes details that cannot be described.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RemoveAttributesFromFindingsResult |
withFailedItems(Map<String,FailedItemDetails> failedItems)
Attributes details that cannot be described.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,FailedItemDetails> getFailedItems()
Attributes details that cannot be described. An error code is provided for each failed item.
public void setFailedItems(Map<String,FailedItemDetails> failedItems)
Attributes details that cannot be described. An error code is provided for each failed item.
failedItems - Attributes details that cannot be described. An error code is provided for each failed item.public RemoveAttributesFromFindingsResult withFailedItems(Map<String,FailedItemDetails> failedItems)
Attributes details that cannot be described. An error code is provided for each failed item.
failedItems - Attributes details that cannot be described. An error code is provided for each failed item.public RemoveAttributesFromFindingsResult addFailedItemsEntry(String key, FailedItemDetails value)
public RemoveAttributesFromFindingsResult clearFailedItemsEntries()
public String toString()
toString in class ObjectObject.toString()public RemoveAttributesFromFindingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.