public class AddAttributesToFindingsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
AddAttributesToFindingsResult() |
Modifier and Type | Method and Description |
---|---|
AddAttributesToFindingsResult |
addFailedItemsEntry(String key,
FailedItemDetails value) |
AddAttributesToFindingsResult |
clearFailedItemsEntries()
Removes all the entries added into FailedItems.
|
AddAttributesToFindingsResult |
clone() |
boolean |
equals(Object obj) |
Map<String,FailedItemDetails> |
getFailedItems()
Attribute details that cannot be described.
|
int |
hashCode() |
void |
setFailedItems(Map<String,FailedItemDetails> failedItems)
Attribute details that cannot be described.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddAttributesToFindingsResult |
withFailedItems(Map<String,FailedItemDetails> failedItems)
Attribute details that cannot be described.
|
public Map<String,FailedItemDetails> getFailedItems()
Attribute details that cannot be described. An error code is provided for each failed item.
public void setFailedItems(Map<String,FailedItemDetails> failedItems)
Attribute details that cannot be described. An error code is provided for each failed item.
failedItems
- Attribute details that cannot be described. An error code is
provided for each failed item.public AddAttributesToFindingsResult withFailedItems(Map<String,FailedItemDetails> failedItems)
Attribute details that cannot be described. An error code is provided for each failed item.
failedItems
- Attribute details that cannot be described. An error code is
provided for each failed item.public AddAttributesToFindingsResult addFailedItemsEntry(String key, FailedItemDetails value)
public AddAttributesToFindingsResult clearFailedItemsEntries()
public String toString()
toString
in class Object
Object.toString()
public AddAttributesToFindingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.