Class DescribeImageTagsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ecrpublic.model.EcrPublicRequest
-
- software.amazon.awssdk.services.ecrpublic.model.DescribeImageTagsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeImageTagsRequest.Builder,DescribeImageTagsRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeImageTagsRequest extends EcrPublicRequest implements ToCopyableBuilder<DescribeImageTagsRequest.Builder,DescribeImageTagsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeImageTagsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeImageTagsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of repository results that's returned byDescribeImageTagsin paginated output.StringnextToken()ThenextTokenvalue that's returned from a previous paginatedDescribeImageTagsrequest wheremaxResultswas used and the results exceeded the value of that parameter.StringregistryId()The Amazon Web Services account ID that's associated with the public registry that contains the repository where images are described.StringrepositoryName()The name of the repository that contains the image tag details to describe.List<SdkField<?>>sdkFields()static Class<? extends DescribeImageTagsRequest.Builder>serializableBuilderClass()DescribeImageTagsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
registryId
public final String registryId()
The Amazon Web Services account ID that's associated with the public registry that contains the repository where images are described. If you do not specify a registry, the default public registry is assumed.
- Returns:
- The Amazon Web Services account ID that's associated with the public registry that contains the repository where images are described. If you do not specify a registry, the default public registry is assumed.
-
repositoryName
public final String repositoryName()
The name of the repository that contains the image tag details to describe.
- Returns:
- The name of the repository that contains the image tag details to describe.
-
nextToken
public final String nextToken()
The
nextTokenvalue that's returned from a previous paginatedDescribeImageTagsrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. If there are no more results to return, this value isnull. If you specify images withimageIds, you can't use this option.- Returns:
- The
nextTokenvalue that's returned from a previous paginatedDescribeImageTagsrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. If there are no more results to return, this value isnull. If you specify images withimageIds, you can't use this option.
-
maxResults
public final Integer maxResults()
The maximum number of repository results that's returned by
DescribeImageTagsin paginated output. When this parameter is used,DescribeImageTagsonly returnsmaxResultsresults in a single page along with anextTokenresponse element. You can see the remaining results of the initial request by sending anotherDescribeImageTagsrequest with the returnednextTokenvalue. This value can be between 1 and 1000. If this parameter isn't used, thenDescribeImageTagsreturns up to 100 results and anextTokenvalue, if applicable. If you specify images withimageIds, you can't use this option.- Returns:
- The maximum number of repository results that's returned by
DescribeImageTagsin paginated output. When this parameter is used,DescribeImageTagsonly returnsmaxResultsresults in a single page along with anextTokenresponse element. You can see the remaining results of the initial request by sending anotherDescribeImageTagsrequest with the returnednextTokenvalue. This value can be between 1 and 1000. If this parameter isn't used, thenDescribeImageTagsreturns up to 100 results and anextTokenvalue, if applicable. If you specify images withimageIds, you can't use this option.
-
toBuilder
public DescribeImageTagsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeImageTagsRequest.Builder,DescribeImageTagsRequest>- Specified by:
toBuilderin classEcrPublicRequest
-
builder
public static DescribeImageTagsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeImageTagsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-