Class DescribeFindingsResult
java.lang.Object
com.amazonaws.services.inspector.model.DescribeFindingsResult
- 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
Finding details that cannot be described.Information about the finding.int
hashCode()
void
setFailedItems
(Map<String, FailedItemDetails> failedItems) Finding details that cannot be described.void
setFindings
(Collection<Finding> findings) Information about the finding.toString()
Returns a string representation of this object; useful for testing and debugging.withFailedItems
(Map<String, FailedItemDetails> failedItems) Finding details that cannot be described.withFindings
(Finding... findings) Information about the finding.withFindings
(Collection<Finding> findings) Information about the finding.
-
Constructor Details
-
DescribeFindingsResult
public DescribeFindingsResult()
-
-
Method Details
-
getFindings
Information about the finding.
- Returns:
- Information about the finding.
-
setFindings
Information about the finding.
- Parameters:
findings
- Information about the finding.
-
withFindings
Information about the finding.
NOTE: This method appends the values to the existing list (if any). Use
setFindings(java.util.Collection)
orwithFindings(java.util.Collection)
if you want to override the existing values.- Parameters:
findings
- Information about the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFindings
Information about the finding.
- Parameters:
findings
- Information about the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getFailedItems
Finding details that cannot be described. An error code is provided for each failed item.
- Returns:
- Finding details that cannot be described. An error code is provided for each failed item.
-
setFailedItems
Finding details that cannot be described. An error code is provided for each failed item.
- Parameters:
failedItems
- Finding details that cannot be described. An error code is provided for each failed item.
-
withFailedItems
Finding details that cannot be described. An error code is provided for each failed item.
- Parameters:
failedItems
- Finding 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
-