public class ListImagesResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListImagesResult() |
Modifier and Type | Method and Description |
---|---|
ListImagesResult |
clone() |
boolean |
equals(Object obj) |
List<ImageIdentifier> |
getImageIds()
The list of image IDs for the requested repository.
|
String |
getNextToken()
The
nextToken value to include in a future
ListImages request. |
int |
hashCode() |
void |
setImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future
ListImages request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListImagesResult |
withImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
|
ListImagesResult |
withImageIds(ImageIdentifier... imageIds)
The list of image IDs for the requested repository.
|
ListImagesResult |
withNextToken(String nextToken)
The
nextToken value to include in a future
ListImages request. |
public List<ImageIdentifier> getImageIds()
The list of image IDs for the requested repository.
public void setImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
imageIds
- The list of image IDs for the requested repository.public ListImagesResult withImageIds(ImageIdentifier... imageIds)
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)
or
withImageIds(java.util.Collection)
if you want to override the
existing values.
imageIds
- The list of image IDs for the requested repository.public ListImagesResult withImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
imageIds
- The list of image IDs for the requested repository.public void setNextToken(String nextToken)
The nextToken
value to include in a future
ListImages
request. When the results of a
ListImages
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
ListImages
request. When the results of a
ListImages
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
ListImages
request. When the results of a
ListImages
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
ListImages
request. When the results of a
ListImages
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 ListImagesResult withNextToken(String nextToken)
The nextToken
value to include in a future
ListImages
request. When the results of a
ListImages
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
ListImages
request. When the results of a
ListImages
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 ListImagesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.