@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetIncidentFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchGetIncidentFindingsResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetIncidentFindingsResult |
clone() |
boolean |
equals(Object obj) |
List<BatchGetIncidentFindingsError> |
getErrors()
A list of errors encountered during the operation.
|
List<Finding> |
getFindings()
Information about the requested findings.
|
int |
hashCode() |
void |
setErrors(Collection<BatchGetIncidentFindingsError> errors)
A list of errors encountered during the operation.
|
void |
setFindings(Collection<Finding> findings)
Information about the requested findings.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetIncidentFindingsResult |
withErrors(BatchGetIncidentFindingsError... errors)
A list of errors encountered during the operation.
|
BatchGetIncidentFindingsResult |
withErrors(Collection<BatchGetIncidentFindingsError> errors)
A list of errors encountered during the operation.
|
BatchGetIncidentFindingsResult |
withFindings(Collection<Finding> findings)
Information about the requested findings.
|
BatchGetIncidentFindingsResult |
withFindings(Finding... findings)
Information about the requested findings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BatchGetIncidentFindingsError> getErrors()
A list of errors encountered during the operation.
public void setErrors(Collection<BatchGetIncidentFindingsError> errors)
A list of errors encountered during the operation.
errors - A list of errors encountered during the operation.public BatchGetIncidentFindingsResult withErrors(BatchGetIncidentFindingsError... errors)
A list of errors encountered during the operation.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
existing values.
errors - A list of errors encountered during the operation.public BatchGetIncidentFindingsResult withErrors(Collection<BatchGetIncidentFindingsError> errors)
A list of errors encountered during the operation.
errors - A list of errors encountered during the operation.public List<Finding> getFindings()
Information about the requested findings.
public void setFindings(Collection<Finding> findings)
Information about the requested findings.
findings - Information about the requested findings.public BatchGetIncidentFindingsResult withFindings(Finding... findings)
Information about the requested findings.
NOTE: This method appends the values to the existing list (if any). Use
setFindings(java.util.Collection) or withFindings(java.util.Collection) if you want to override
the existing values.
findings - Information about the requested findings.public BatchGetIncidentFindingsResult withFindings(Collection<Finding> findings)
Information about the requested findings.
findings - Information about the requested findings.public String toString()
toString in class ObjectObject.toString()public BatchGetIncidentFindingsResult clone()