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