@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFindingsResult() |
Modifier and Type | Method and Description |
---|---|
GetFindingsResult |
clone() |
boolean |
equals(Object obj) |
List<Finding> |
getFindings()
An array of objects, one for each finding that matches the criteria specified in the request.
|
int |
hashCode() |
void |
setFindings(Collection<Finding> findings)
An array of objects, one for each finding that matches the criteria specified in the request.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingsResult |
withFindings(Collection<Finding> findings)
An array of objects, one for each finding that matches the criteria specified in the request.
|
GetFindingsResult |
withFindings(Finding... findings)
An array of objects, one for each finding that matches the criteria specified in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Finding> getFindings()
An array of objects, one for each finding that matches the criteria specified in the request.
public void setFindings(Collection<Finding> findings)
An array of objects, one for each finding that matches the criteria specified in the request.
findings
- An array of objects, one for each finding that matches the criteria specified in the request.public GetFindingsResult withFindings(Finding... findings)
An array of objects, one for each finding that matches the criteria specified in the request.
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
- An array of objects, one for each finding that matches the criteria specified in the request.public GetFindingsResult withFindings(Collection<Finding> findings)
An array of objects, one for each finding that matches the criteria specified in the request.
findings
- An array of objects, one for each finding that matches the criteria specified in the request.public String toString()
toString
in class Object
Object.toString()
public GetFindingsResult clone()