Class ListImagesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The list of image IDs for the requested repository.ThenextToken
value to include in a futureListImages
request.int
hashCode()
void
setImageIds
(Collection<ImageIdentifier> imageIds) The list of image IDs for the requested repository.void
setNextToken
(String nextToken) ThenextToken
value to include in a futureListImages
request.toString()
Returns a string representation of this object; useful for testing and debugging.withImageIds
(ImageIdentifier... imageIds) The list of image IDs for the requested repository.withImageIds
(Collection<ImageIdentifier> imageIds) The list of image IDs for the requested repository.withNextToken
(String nextToken) ThenextToken
value to include in a futureListImages
request.
-
Constructor Details
-
ListImagesResult
public ListImagesResult()
-
-
Method Details
-
getImageIds
The list of image IDs for the requested repository.
- Returns:
- The list of image IDs for the requested repository.
-
setImageIds
The list of image IDs for the requested repository.
- Parameters:
imageIds
- The list of image IDs for the requested repository.
-
withImageIds
The list of image IDs for the requested repository.
NOTE: This method appends the values to the existing list (if any). Use
setImageIds(java.util.Collection)
orwithImageIds(java.util.Collection)
if you want to override the existing values.- Parameters:
imageIds
- The list of image IDs for the requested repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withImageIds
The list of image IDs for the requested repository.
- Parameters:
imageIds
- The list of image IDs for the requested repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
nextToken
value to include in a futureListImages
request. When the results of aListImages
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureListImages
request. When the results of aListImages
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
getNextToken
The
nextToken
value to include in a futureListImages
request. When the results of aListImages
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- The
nextToken
value to include in a futureListImages
request. When the results of aListImages
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
withNextToken
The
nextToken
value to include in a futureListImages
request. When the results of aListImages
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureListImages
request. When the results of aListImages
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-