@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFindingsV2Request extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFindingsV2Request() |
Modifier and Type | Method and Description |
---|---|
ListFindingsV2Request |
addFilterEntry(String key,
Criterion value)
Add a single Filter entry
|
ListFindingsV2Request |
clearFilterEntries()
Removes all the entries added into Filter.
|
ListFindingsV2Request |
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() |
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) |
String |
toString()
Returns a string representation of this object.
|
ListFindingsV2Request |
withAnalyzerArn(String analyzerArn)
The ARN
of the analyzer to retrieve findings from.
|
ListFindingsV2Request |
withFilter(Map<String,Criterion> filter)
A filter to match for the findings to return.
|
ListFindingsV2Request |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFindingsV2Request |
withNextToken(String nextToken)
A token used for pagination of results returned.
|
ListFindingsV2Request |
withSort(SortCriteria sort) |
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 ListFindingsV2Request 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 ListFindingsV2Request 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 ListFindingsV2Request addFilterEntry(String key, Criterion value)
public ListFindingsV2Request 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 ListFindingsV2Request 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 ListFindingsV2Request 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)
sort
- public SortCriteria getSort()
public ListFindingsV2Request withSort(SortCriteria sort)
sort
- public String toString()
toString
in class Object
Object.toString()
public ListFindingsV2Request clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()