@Generated(value="software.amazon.awssdk:codegen") public final class DescribeImageScanFindingsRequest extends EcrRequest implements ToCopyableBuilder<DescribeImageScanFindingsRequest.Builder,DescribeImageScanFindingsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeImageScanFindingsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeImageScanFindingsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImageIdentifier |
imageId()
Returns the value of the ImageId property for this object.
|
Integer |
maxResults()
The maximum number of image scan results returned by
DescribeImageScanFindings in paginated output. |
String |
nextToken()
The
nextToken value returned from a previous paginated DescribeImageScanFindings
request where maxResults was used and the results exceeded the value of that parameter. |
String |
registryId()
The AWS account ID associated with the registry that contains the repository in which to describe the image scan
findings for.
|
String |
repositoryName()
The repository for the image for which to describe the scan findings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeImageScanFindingsRequest.Builder> |
serializableBuilderClass() |
DescribeImageScanFindingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String registryId()
The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.
public String repositoryName()
The repository for the image for which to describe the scan findings.
public ImageIdentifier imageId()
public String nextToken()
The nextToken
value returned from a previous paginated DescribeImageScanFindings
request where maxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken
value. This value is null
when there are no more results to return.
nextToken
value returned from a previous paginated
DescribeImageScanFindings
request where maxResults
was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results that
returned the nextToken
value. This value is null when there are no more results to return.public Integer maxResults()
The maximum number of image scan results returned by DescribeImageScanFindings
in paginated output.
When this parameter is used, DescribeImageScanFindings
only returns maxResults
results
in a single page along with a nextToken
response element. The remaining results of the initial
request can be seen by sending another DescribeImageScanFindings
request with the returned
nextToken
value. This value can be between 1 and 1000. If this parameter is not used, then
DescribeImageScanFindings
returns up to 100 results and a nextToken
value, if
applicable.
DescribeImageScanFindings
in paginated
output. When this parameter is used, DescribeImageScanFindings
only returns
maxResults
results in a single page along with a nextToken
response element.
The remaining results of the initial request can be seen by sending another
DescribeImageScanFindings
request with the returned nextToken
value. This value
can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings
returns up to 100 results and a nextToken
value, if applicable.public DescribeImageScanFindingsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeImageScanFindingsRequest.Builder,DescribeImageScanFindingsRequest>
toBuilder
in class EcrRequest
public static DescribeImageScanFindingsRequest.Builder builder()
public static Class<? extends DescribeImageScanFindingsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.