@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| BatchUpdateFindingsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchUpdateFindingsResult | clone() | 
| boolean | equals(Object obj) | 
| List<AwsSecurityFindingIdentifier> | getProcessedFindings()
 The list of findings that were updated successfully. | 
| List<BatchUpdateFindingsUnprocessedFinding> | getUnprocessedFindings()
 The list of findings that were not updated. | 
| int | hashCode() | 
| void | setProcessedFindings(Collection<AwsSecurityFindingIdentifier> processedFindings)
 The list of findings that were updated successfully. | 
| void | setUnprocessedFindings(Collection<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings)
 The list of findings that were not updated. | 
| String | toString()Returns a string representation of this object. | 
| BatchUpdateFindingsResult | withProcessedFindings(AwsSecurityFindingIdentifier... processedFindings)
 The list of findings that were updated successfully. | 
| BatchUpdateFindingsResult | withProcessedFindings(Collection<AwsSecurityFindingIdentifier> processedFindings)
 The list of findings that were updated successfully. | 
| BatchUpdateFindingsResult | withUnprocessedFindings(BatchUpdateFindingsUnprocessedFinding... unprocessedFindings)
 The list of findings that were not updated. | 
| BatchUpdateFindingsResult | withUnprocessedFindings(Collection<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings)
 The list of findings that were not updated. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AwsSecurityFindingIdentifier> getProcessedFindings()
The list of findings that were updated successfully.
public void setProcessedFindings(Collection<AwsSecurityFindingIdentifier> processedFindings)
The list of findings that were updated successfully.
processedFindings - The list of findings that were updated successfully.public BatchUpdateFindingsResult withProcessedFindings(AwsSecurityFindingIdentifier... processedFindings)
The list of findings that were updated successfully.
 NOTE: This method appends the values to the existing list (if any). Use
 setProcessedFindings(java.util.Collection) or withProcessedFindings(java.util.Collection) if
 you want to override the existing values.
 
processedFindings - The list of findings that were updated successfully.public BatchUpdateFindingsResult withProcessedFindings(Collection<AwsSecurityFindingIdentifier> processedFindings)
The list of findings that were updated successfully.
processedFindings - The list of findings that were updated successfully.public List<BatchUpdateFindingsUnprocessedFinding> getUnprocessedFindings()
The list of findings that were not updated.
public void setUnprocessedFindings(Collection<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings)
The list of findings that were not updated.
unprocessedFindings - The list of findings that were not updated.public BatchUpdateFindingsResult withUnprocessedFindings(BatchUpdateFindingsUnprocessedFinding... unprocessedFindings)
The list of findings that were not updated.
 NOTE: This method appends the values to the existing list (if any). Use
 setUnprocessedFindings(java.util.Collection) or withUnprocessedFindings(java.util.Collection)
 if you want to override the existing values.
 
unprocessedFindings - The list of findings that were not updated.public BatchUpdateFindingsResult withUnprocessedFindings(Collection<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings)
The list of findings that were not updated.
unprocessedFindings - The list of findings that were not updated.public String toString()
toString in class ObjectObject.toString()public BatchUpdateFindingsResult clone()