@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImageScanFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeImageScanFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeImageScanFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ImageIdentifier |
getImageId() |
Integer |
getMaxResults()
The maximum number of image scan results returned by
DescribeImageScanFindings in paginated output. |
String |
getNextToken()
The
nextToken value returned from a previous paginated DescribeImageScanFindings
request where maxResults was used and the results exceeded the value of that parameter. |
String |
getRegistryId()
The Amazon Web Services account ID associated with the registry that contains the repository in which to describe
the image scan findings for.
|
String |
getRepositoryName()
The repository for the image for which to describe the scan findings.
|
int |
hashCode() |
void |
setImageId(ImageIdentifier imageId) |
void |
setMaxResults(Integer maxResults)
The maximum number of image scan results returned by
DescribeImageScanFindings in paginated output. |
void |
setNextToken(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. |
void |
setRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository in which to describe
the image scan findings for.
|
void |
setRepositoryName(String repositoryName)
The repository for the image for which to describe the scan findings.
|
String |
toString()
Returns a string representation of this object.
|
DescribeImageScanFindingsRequest |
withImageId(ImageIdentifier imageId) |
DescribeImageScanFindingsRequest |
withMaxResults(Integer maxResults)
The maximum number of image scan results returned by
DescribeImageScanFindings in paginated output. |
DescribeImageScanFindingsRequest |
withNextToken(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. |
DescribeImageScanFindingsRequest |
withRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository in which to describe
the image scan findings for.
|
DescribeImageScanFindingsRequest |
withRepositoryName(String repositoryName)
The repository for the image for which to describe the scan findings.
|
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 setRegistryId(String registryId)
The Amazon Web Services 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.
registryId
- The Amazon Web Services 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 getRegistryId()
The Amazon Web Services 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 DescribeImageScanFindingsRequest withRegistryId(String registryId)
The Amazon Web Services 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.
registryId
- The Amazon Web Services 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 void setRepositoryName(String repositoryName)
The repository for the image for which to describe the scan findings.
repositoryName
- The repository for the image for which to describe the scan findings.public String getRepositoryName()
The repository for the image for which to describe the scan findings.
public DescribeImageScanFindingsRequest withRepositoryName(String repositoryName)
The repository for the image for which to describe the scan findings.
repositoryName
- The repository for the image for which to describe the scan findings.public void setImageId(ImageIdentifier imageId)
imageId
- public ImageIdentifier getImageId()
public DescribeImageScanFindingsRequest withImageId(ImageIdentifier imageId)
imageId
- public void setNextToken(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
- 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.public String getNextToken()
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 DescribeImageScanFindingsRequest withNextToken(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
- 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.public void setMaxResults(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.
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.public Integer getMaxResults()
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 withMaxResults(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.
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.public String toString()
toString
in class Object
Object.toString()
public DescribeImageScanFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()