@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, setSdkResponseMetadata
public 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
, this value can be used to retrieve
the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future DescribeImageTags
request. When the
results of a DescribeImageTags
request exceed maxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to
return.public String getNextToken()
The nextToken
value to include in a future DescribeImageTags
request. When the results
of a DescribeImageTags
request exceed maxResults
, this value can be used to retrieve
the next page of results. This value is null
when there are no more results to return.
nextToken
value to include in a future DescribeImageTags
request. When the
results of a DescribeImageTags
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more results
to return.public DescribeImageTagsResult withNextToken(String nextToken)
The nextToken
value to include in a future DescribeImageTags
request. When the results
of a DescribeImageTags
request exceed maxResults
, this value can be used to retrieve
the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future DescribeImageTags
request. When the
results of a DescribeImageTags
request exceed maxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to
return.public String toString()
toString
in class Object
Object.toString()
public DescribeImageTagsResult clone()