@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)
Add a single Filter entry
|
ListFindingsRequest |
clearFilterEntries()
Removes all the entries added into Filter.
|
ListFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 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 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 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 String toString()
toString
in class Object
Object.toString()
public ListFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()