* The list of findings that were updated successfully. *
*/ private java.util.List* The list of findings that were not updated. *
*/ private java.util.List* The list of findings that were updated successfully. *
* * @return The list of findings that were updated successfully. */ public java.util.List* The list of findings that were updated successfully. *
* * @param processedFindings * The list of findings that were updated successfully. */ public void setProcessedFindings(java.util.Collection* The list of findings that were updated successfully. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setProcessedFindings(java.util.Collection)} or {@link #withProcessedFindings(java.util.Collection)} if * you want to override the existing values. *
* * @param processedFindings * The list of findings that were updated successfully. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchUpdateFindingsResult withProcessedFindings(AwsSecurityFindingIdentifier... processedFindings) { if (this.processedFindings == null) { setProcessedFindings(new java.util.ArrayList* The list of findings that were updated successfully. *
* * @param processedFindings * The list of findings that were updated successfully. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchUpdateFindingsResult withProcessedFindings(java.util.Collection* The list of findings that were not updated. *
* * @return The list of findings that were not updated. */ public java.util.List* The list of findings that were not updated. *
* * @param unprocessedFindings * The list of findings that were not updated. */ public void setUnprocessedFindings(java.util.Collection* The list of findings that were not updated. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setUnprocessedFindings(java.util.Collection)} or {@link #withUnprocessedFindings(java.util.Collection)} * if you want to override the existing values. *
* * @param unprocessedFindings * The list of findings that were not updated. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchUpdateFindingsResult withUnprocessedFindings(BatchUpdateFindingsUnprocessedFinding... unprocessedFindings) { if (this.unprocessedFindings == null) { setUnprocessedFindings(new java.util.ArrayList* The list of findings that were not updated. *
* * @param unprocessedFindings * The list of findings that were not updated. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchUpdateFindingsResult withUnprocessedFindings(java.util.Collection