@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response to the request.
Constructor and Description |
---|
ListFindingsResult() |
Modifier and Type | Method and Description |
---|---|
ListFindingsResult |
clone() |
boolean |
equals(Object obj) |
List<FindingSummary> |
getFindings()
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
String |
getNextToken()
A token used for pagination of results returned.
|
int |
hashCode() |
void |
setFindings(Collection<FindingSummary> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
void |
setNextToken(String nextToken)
A token used for pagination of results returned.
|
String |
toString()
Returns a string representation of this object.
|
ListFindingsResult |
withFindings(Collection<FindingSummary> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsResult |
withFindings(FindingSummary... findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsResult |
withNextToken(String nextToken)
A token used for pagination of results returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FindingSummary> getFindings()
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
public void setFindings(Collection<FindingSummary> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
findings
- A list of findings retrieved from the analyzer that match the filter criteria specified, if any.public ListFindingsResult withFindings(FindingSummary... findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
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
- A list of findings retrieved from the analyzer that match the filter criteria specified, if any.public ListFindingsResult withFindings(Collection<FindingSummary> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
findings
- A list of findings retrieved from the analyzer that match the filter criteria specified, if any.public void setNextToken(String nextToken)
A token used for pagination of results returned.
nextToken
- A token used for pagination of results returned.public String getNextToken()
A token used for pagination of results returned.
public ListFindingsResult withNextToken(String nextToken)
A token used for pagination of results returned.
nextToken
- A token used for pagination of results returned.public String toString()
toString
in class Object
Object.toString()
public ListFindingsResult clone()