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()
boolean
Attribute details that cannot be described.int
hashCode()
void
setFailedItems
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-