@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImageScanFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListImageScanFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
ListImageScanFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ImageScanFindingsFilter> |
getFilters()
An array of name value pairs that you can use to filter your results.
|
Integer |
getMaxResults()
The maximum items to return in a request.
|
String |
getNextToken()
A token to specify where to start paginating.
|
int |
hashCode() |
void |
setFilters(Collection<ImageScanFindingsFilter> filters)
An array of name value pairs that you can use to filter your results.
|
void |
setMaxResults(Integer maxResults)
The maximum items to return in a request.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
String |
toString()
Returns a string representation of this object.
|
ListImageScanFindingsRequest |
withFilters(Collection<ImageScanFindingsFilter> filters)
An array of name value pairs that you can use to filter your results.
|
ListImageScanFindingsRequest |
withFilters(ImageScanFindingsFilter... filters)
An array of name value pairs that you can use to filter your results.
|
ListImageScanFindingsRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListImageScanFindingsRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
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 List<ImageScanFindingsFilter> getFilters()
An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:
imageBuildVersionArn
imagePipelineArn
vulnerabilityId
severity
If you don't request a filter, then all findings in your account are listed.
imageBuildVersionArn
imagePipelineArn
vulnerabilityId
severity
If you don't request a filter, then all findings in your account are listed.
public void setFilters(Collection<ImageScanFindingsFilter> filters)
An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:
imageBuildVersionArn
imagePipelineArn
vulnerabilityId
severity
If you don't request a filter, then all findings in your account are listed.
filters
- An array of name value pairs that you can use to filter your results. You can use the following filters to
streamline results:
imageBuildVersionArn
imagePipelineArn
vulnerabilityId
severity
If you don't request a filter, then all findings in your account are listed.
public ListImageScanFindingsRequest withFilters(ImageScanFindingsFilter... filters)
An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:
imageBuildVersionArn
imagePipelineArn
vulnerabilityId
severity
If you don't request a filter, then all findings in your account are listed.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- An array of name value pairs that you can use to filter your results. You can use the following filters to
streamline results:
imageBuildVersionArn
imagePipelineArn
vulnerabilityId
severity
If you don't request a filter, then all findings in your account are listed.
public ListImageScanFindingsRequest withFilters(Collection<ImageScanFindingsFilter> filters)
An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:
imageBuildVersionArn
imagePipelineArn
vulnerabilityId
severity
If you don't request a filter, then all findings in your account are listed.
filters
- An array of name value pairs that you can use to filter your results. You can use the following filters to
streamline results:
imageBuildVersionArn
imagePipelineArn
vulnerabilityId
severity
If you don't request a filter, then all findings in your account are listed.
public void setMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public Integer getMaxResults()
The maximum items to return in a request.
public ListImageScanFindingsRequest withMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String getNextToken()
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
public ListImageScanFindingsRequest withNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String toString()
toString
in class Object
Object.toString()
public ListImageScanFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()