Class DescribeAssessmentTargetsResult
java.lang.Object
com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
- 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()booleanInformation about the assessment targets.Assessment target details that cannot be described.inthashCode()voidsetAssessmentTargets(Collection<AssessmentTarget> assessmentTargets) Information about the assessment targets.voidsetFailedItems(Map<String, FailedItemDetails> failedItems) Assessment target details that cannot be described.toString()Returns a string representation of this object; useful for testing and debugging.withAssessmentTargets(AssessmentTarget... assessmentTargets) Information about the assessment targets.withAssessmentTargets(Collection<AssessmentTarget> assessmentTargets) Information about the assessment targets.withFailedItems(Map<String, FailedItemDetails> failedItems) Assessment target details that cannot be described.
-
Constructor Details
-
DescribeAssessmentTargetsResult
public DescribeAssessmentTargetsResult()
-
-
Method Details
-
getAssessmentTargets
Information about the assessment targets.
- Returns:
- Information about the assessment targets.
-
setAssessmentTargets
Information about the assessment targets.
- Parameters:
assessmentTargets- Information about the assessment targets.
-
withAssessmentTargets
Information about the assessment targets.
NOTE: This method appends the values to the existing list (if any). Use
setAssessmentTargets(java.util.Collection)orwithAssessmentTargets(java.util.Collection)if you want to override the existing values.- Parameters:
assessmentTargets- Information about the assessment targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAssessmentTargets
public DescribeAssessmentTargetsResult withAssessmentTargets(Collection<AssessmentTarget> assessmentTargets) Information about the assessment targets.
- Parameters:
assessmentTargets- Information about the assessment targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getFailedItems
Assessment target details that cannot be described. An error code is provided for each failed item.
- Returns:
- Assessment target details that cannot be described. An error code is provided for each failed item.
-
setFailedItems
Assessment target details that cannot be described. An error code is provided for each failed item.
- Parameters:
failedItems- Assessment target details that cannot be described. An error code is provided for each failed item.
-
withFailedItems
Assessment target details that cannot be described. An error code is provided for each failed item.
- Parameters:
failedItems- Assessment target 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
-