Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListFindingsRequest.Builder,ListFindingsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListFindingsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListFindingsRequest.Builder,ListFindingsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListFindingsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
assessmentRunArns() |
The ARNs of the assessment runs that generate the findings that you want to list.
|
static ListFindingsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
FindingFilter |
filter() |
You can use this parameter to specify a subset of data to be included in the action's response.
|
int |
hashCode() |
|
Integer |
maxResults() |
You can use this parameter to indicate the maximum number of items you want in the response.
|
String |
nextToken() |
You can use this parameter when paginating results.
|
static Class<? extends ListFindingsRequest.Builder> |
serializableBuilderClass() |
|
ListFindingsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> assessmentRunArns()
The ARNs of the assessment runs that generate the findings that you want to list.
public FindingFilter filter()
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
public String nextToken()
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListFindings action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
public Integer maxResults()
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
public ListFindingsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListFindingsRequest.Builder,ListFindingsRequest>
public static ListFindingsRequest.Builder builder()
public static Class<? extends ListFindingsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.