Class AddAttributesToFindingsResult
java.lang.Object
com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFailedItemsEntry(String key, FailedItemDetails value) Removes all the entries added into FailedItems.clone()booleanAttribute details that cannot be described.inthashCode()voidsetFailedItems(Map<String, FailedItemDetails> failedItems) Attribute details that cannot be described.toString()Returns a string representation of this object; useful for testing and debugging.withFailedItems(Map<String, FailedItemDetails> failedItems) Attribute details that cannot be described.
-
Constructor Details
-
AddAttributesToFindingsResult
public AddAttributesToFindingsResult()
-
-
Method Details
-
getFailedItems
Attribute details that cannot be described. An error code is provided for each failed item.
- Returns:
- Attribute details that cannot be described. An error code is provided for each failed item.
-
setFailedItems
Attribute details that cannot be described. An error code is provided for each failed item.
- Parameters:
failedItems- Attribute details that cannot be described. An error code is provided for each failed item.
-
withFailedItems
Attribute details that cannot be described. An error code is provided for each failed item.
- Parameters:
failedItems- Attribute details that cannot be described. An error code is provided for each failed item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addFailedItemsEntry
-
clearFailedItemsEntries
Removes all the entries added into FailedItems. <p> Returns a reference to this object so that method calls can be chained together. -
toString
-
equals
-
hashCode
-
clone
-