Class ListImagesResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe list of image IDs for the requested repository.ThenextTokenvalue to include in a futureListImagesrequest.inthashCode()voidsetImageIds(Collection<ImageIdentifier> imageIds) The list of image IDs for the requested repository.voidsetNextToken(String nextToken) ThenextTokenvalue to include in a futureListImagesrequest.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) ThenextTokenvalue to include in a futureListImagesrequest.
-
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
nextTokenvalue to include in a futureListImagesrequest. When the results of aListImagesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureListImagesrequest. When the results of aListImagesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
getNextToken
The
nextTokenvalue to include in a futureListImagesrequest. When the results of aListImagesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- The
nextTokenvalue to include in a futureListImagesrequest. When the results of aListImagesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
withNextToken
The
nextTokenvalue to include in a futureListImagesrequest. When the results of aListImagesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureListImagesrequest. When the results of aListImagesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-