@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Retrieves a list of findings generated by the specified analyzer.
NOOP| Constructor and Description |
|---|
ListFindingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListFindingsRequest |
addFilterEntry(String key,
Criterion value) |
ListFindingsRequest |
clearFilterEntries()
Removes all the entries added into Filter.
|
ListFindingsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAnalyzerArn()
The ARN of the analyzer to retrieve findings from.
|
Map<String,Criterion> |
getFilter()
A filter to match for the findings to return.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
A token used for pagination of results returned.
|
SortCriteria |
getSort()
The sort order for the findings returned.
|
int |
hashCode() |
void |
setAnalyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve findings from.
|
void |
setFilter(Map<String,Criterion> filter)
A filter to match for the findings to return.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
A token used for pagination of results returned.
|
void |
setSort(SortCriteria sort)
The sort order for the findings returned.
|
String |
toString()
Returns a string representation of this object.
|
ListFindingsRequest |
withAnalyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve findings from.
|
ListFindingsRequest |
withFilter(Map<String,Criterion> filter)
A filter to match for the findings to return.
|
ListFindingsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFindingsRequest |
withNextToken(String nextToken)
A token used for pagination of results returned.
|
ListFindingsRequest |
withSort(SortCriteria sort)
The sort order for the findings returned.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAnalyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve findings from.
analyzerArn - The ARN of the analyzer to retrieve findings from.public String getAnalyzerArn()
The ARN of the analyzer to retrieve findings from.
public ListFindingsRequest withAnalyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve findings from.
analyzerArn - The ARN of the analyzer to retrieve findings from.public Map<String,Criterion> getFilter()
A filter to match for the findings to return.
public void setFilter(Map<String,Criterion> filter)
A filter to match for the findings to return.
filter - A filter to match for the findings to return.public ListFindingsRequest withFilter(Map<String,Criterion> filter)
A filter to match for the findings to return.
filter - A filter to match for the findings to return.public ListFindingsRequest addFilterEntry(String key, Criterion value)
public ListFindingsRequest clearFilterEntries()
public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public ListFindingsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.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 ListFindingsRequest withNextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.public void setSort(SortCriteria sort)
The sort order for the findings returned.
sort - The sort order for the findings returned.public SortCriteria getSort()
The sort order for the findings returned.
public ListFindingsRequest withSort(SortCriteria sort)
The sort order for the findings returned.
sort - The sort order for the findings returned.public String toString()
toString in class ObjectObject.toString()public ListFindingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.