@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImageTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeImageTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeImageTagsResult |
clone() |
boolean |
equals(Object obj) |
List<ImageTagDetail> |
getImageTagDetails()
The image tag details for the images in the requested repository.
|
String |
getNextToken()
The
nextToken value to include in a future DescribeImageTags request. |
int |
hashCode() |
void |
setImageTagDetails(Collection<ImageTagDetail> imageTagDetails)
The image tag details for the images in the requested repository.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future DescribeImageTags request. |
String |
toString()
Returns a string representation of this object.
|
DescribeImageTagsResult |
withImageTagDetails(Collection<ImageTagDetail> imageTagDetails)
The image tag details for the images in the requested repository.
|
DescribeImageTagsResult |
withImageTagDetails(ImageTagDetail... imageTagDetails)
The image tag details for the images in the requested repository.
|
DescribeImageTagsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future DescribeImageTags request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ImageTagDetail> getImageTagDetails()
The image tag details for the images in the requested repository.
public void setImageTagDetails(Collection<ImageTagDetail> imageTagDetails)
The image tag details for the images in the requested repository.
imageTagDetails - The image tag details for the images in the requested repository.public DescribeImageTagsResult withImageTagDetails(ImageTagDetail... imageTagDetails)
The image tag details for the images in the requested repository.
NOTE: This method appends the values to the existing list (if any). Use
setImageTagDetails(java.util.Collection) or withImageTagDetails(java.util.Collection) if you
want to override the existing values.
imageTagDetails - The image tag details for the images in the requested repository.public DescribeImageTagsResult withImageTagDetails(Collection<ImageTagDetail> imageTagDetails)
The image tag details for the images in the requested repository.
imageTagDetails - The image tag details for the images in the requested repository.public void setNextToken(String nextToken)
The nextToken value to include in a future DescribeImageTags request. When the results
of a DescribeImageTags request exceed maxResults, you can use this value to retrieve
the next page of results. If there are no more results to return, this value is null.
nextToken - The nextToken value to include in a future DescribeImageTags request. When the
results of a DescribeImageTags request exceed maxResults, you can use this value
to retrieve the next page of results. If there are no more results to return, this value is
null.public String getNextToken()
The nextToken value to include in a future DescribeImageTags request. When the results
of a DescribeImageTags request exceed maxResults, you can use this value to retrieve
the next page of results. If there are no more results to return, this value is null.
nextToken value to include in a future DescribeImageTags request. When the
results of a DescribeImageTags request exceed maxResults, you can use this
value to retrieve the next page of results. If there are no more results to return, this value is
null.public DescribeImageTagsResult withNextToken(String nextToken)
The nextToken value to include in a future DescribeImageTags request. When the results
of a DescribeImageTags request exceed maxResults, you can use this value to retrieve
the next page of results. If there are no more results to return, this value is null.
nextToken - The nextToken value to include in a future DescribeImageTags request. When the
results of a DescribeImageTags request exceed maxResults, you can use this value
to retrieve the next page of results. If there are no more results to return, this value is
null.public String toString()
toString in class ObjectObject.toString()public DescribeImageTagsResult clone()
Copyright © 2023. All rights reserved.