@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImageTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeImageTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeImageTagsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of repository results returned by
DescribeImageTags in paginated output. |
String |
getNextToken()
The
nextToken value returned from a previous paginated DescribeImageTags request where
maxResults was used and the results exceeded the value of that parameter. |
String |
getRegistryId()
The AWS account ID associated with the public registry that contains the repository in which to describe images.
|
String |
getRepositoryName()
The name of the repository that contains the image tag details to describe.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of repository results returned by
DescribeImageTags in paginated output. |
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeImageTags request where
maxResults was used and the results exceeded the value of that parameter. |
void |
setRegistryId(String registryId)
The AWS account ID associated with the public registry that contains the repository in which to describe images.
|
void |
setRepositoryName(String repositoryName)
The name of the repository that contains the image tag details to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeImageTagsRequest |
withMaxResults(Integer maxResults)
The maximum number of repository results returned by
DescribeImageTags in paginated output. |
DescribeImageTagsRequest |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeImageTags request where
maxResults was used and the results exceeded the value of that parameter. |
DescribeImageTagsRequest |
withRegistryId(String registryId)
The AWS account ID associated with the public registry that contains the repository in which to describe images.
|
DescribeImageTagsRequest |
withRepositoryName(String repositoryName)
The name of the repository that contains the image tag details to describe.
|
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, withSdkRequestTimeoutpublic void setRegistryId(String registryId)
The AWS account ID associated with the public registry that contains the repository in which to describe images. If you do not specify a registry, the default public registry is assumed.
registryId - The AWS account ID associated with the public registry that contains the repository in which to describe
images. If you do not specify a registry, the default public registry is assumed.public String getRegistryId()
The AWS account ID associated with the public registry that contains the repository in which to describe images. If you do not specify a registry, the default public registry is assumed.
public DescribeImageTagsRequest withRegistryId(String registryId)
The AWS account ID associated with the public registry that contains the repository in which to describe images. If you do not specify a registry, the default public registry is assumed.
registryId - The AWS account ID associated with the public registry that contains the repository in which to describe
images. If you do not specify a registry, the default public registry is assumed.public void setRepositoryName(String repositoryName)
The name of the repository that contains the image tag details to describe.
repositoryName - The name of the repository that contains the image tag details to describe.public String getRepositoryName()
The name of the repository that contains the image tag details to describe.
public DescribeImageTagsRequest withRepositoryName(String repositoryName)
The name of the repository that contains the image tag details to describe.
repositoryName - The name of the repository that contains the image tag details to describe.public void setNextToken(String nextToken)
The nextToken value returned from a previous paginated DescribeImageTags 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. This option cannot be used when you specify images with
imageIds.
nextToken - The nextToken value returned from a previous paginated DescribeImageTags 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. This option cannot be used when you specify
images with imageIds.public String getNextToken()
The nextToken value returned from a previous paginated DescribeImageTags 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. This option cannot be used when you specify images with
imageIds.
nextToken value returned from a previous paginated DescribeImageTags
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. This option cannot be used when
you specify images with imageIds.public DescribeImageTagsRequest withNextToken(String nextToken)
The nextToken value returned from a previous paginated DescribeImageTags 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. This option cannot be used when you specify images with
imageIds.
nextToken - The nextToken value returned from a previous paginated DescribeImageTags 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. This option cannot be used when you specify
images with imageIds.public void setMaxResults(Integer maxResults)
The maximum number of repository results returned by DescribeImageTags in paginated output. When
this parameter is used, DescribeImageTags 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 DescribeImageTags request with the returned nextToken value.
This value can be between 1 and 1000. If this parameter is not used, then DescribeImageTags returns
up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify
images with imageIds.
maxResults - The maximum number of repository results returned by DescribeImageTags in paginated output.
When this parameter is used, DescribeImageTags 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 DescribeImageTags request with the returned
nextToken value. This value can be between 1 and 1000. If this parameter is not used, then
DescribeImageTags returns up to 100 results and a nextToken value, if
applicable. This option cannot be used when you specify images with imageIds.public Integer getMaxResults()
The maximum number of repository results returned by DescribeImageTags in paginated output. When
this parameter is used, DescribeImageTags 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 DescribeImageTags request with the returned nextToken value.
This value can be between 1 and 1000. If this parameter is not used, then DescribeImageTags returns
up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify
images with imageIds.
DescribeImageTags in paginated output.
When this parameter is used, DescribeImageTags 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 DescribeImageTags request with the returned
nextToken value. This value can be between 1 and 1000. If this parameter is not used, then
DescribeImageTags returns up to 100 results and a nextToken value, if
applicable. This option cannot be used when you specify images with imageIds.public DescribeImageTagsRequest withMaxResults(Integer maxResults)
The maximum number of repository results returned by DescribeImageTags in paginated output. When
this parameter is used, DescribeImageTags 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 DescribeImageTags request with the returned nextToken value.
This value can be between 1 and 1000. If this parameter is not used, then DescribeImageTags returns
up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify
images with imageIds.
maxResults - The maximum number of repository results returned by DescribeImageTags in paginated output.
When this parameter is used, DescribeImageTags 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 DescribeImageTags request with the returned
nextToken value. This value can be between 1 and 1000. If this parameter is not used, then
DescribeImageTags returns up to 100 results and a nextToken value, if
applicable. This option cannot be used when you specify images with imageIds.public String toString()
toString in class ObjectObject.toString()public DescribeImageTagsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()