@Generated(value="software.amazon.awssdk:codegen") public final class DescribeImageTagsRequest extends EcrPublicRequest implements ToCopyableBuilder<DescribeImageTagsRequest.Builder,DescribeImageTagsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeImageTagsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeImageTagsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of repository results returned by
DescribeImageTags in paginated output. |
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. |
String |
registryId()
The AWS account ID associated with the public registry that contains the repository in which to describe images.
|
String |
repositoryName()
The name of the repository that contains the image tag details to describe.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeImageTagsRequest.Builder> |
serializableBuilderClass() |
DescribeImageTagsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String repositoryName()
The name of the repository that contains the image tag details to describe.
public final 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 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 final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeImageTagsRequest.Builder,DescribeImageTagsRequest>toBuilder in class EcrPublicRequestpublic static DescribeImageTagsRequest.Builder builder()
public static Class<? extends DescribeImageTagsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.