@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListImagesResult() |
Modifier and Type | Method and Description |
---|---|
ListImagesResult |
clone() |
boolean |
equals(Object obj) |
List<ImageVersion> |
getImageVersionList()
The list of image semantic versions.
|
String |
getNextToken()
The next token used for paginated responses.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setImageVersionList(Collection<ImageVersion> imageVersionList)
The list of image semantic versions.
|
void |
setNextToken(String nextToken)
The next token used for paginated responses.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
ListImagesResult |
withImageVersionList(Collection<ImageVersion> imageVersionList)
The list of image semantic versions.
|
ListImagesResult |
withImageVersionList(ImageVersion... imageVersionList)
The list of image semantic versions.
|
ListImagesResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
ListImagesResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public String getRequestId()
The request ID that uniquely identifies this request.
public ListImagesResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public List<ImageVersion> getImageVersionList()
The list of image semantic versions.
public void setImageVersionList(Collection<ImageVersion> imageVersionList)
The list of image semantic versions.
imageVersionList
- The list of image semantic versions.public ListImagesResult withImageVersionList(ImageVersion... imageVersionList)
The list of image semantic versions.
NOTE: This method appends the values to the existing list (if any). Use
setImageVersionList(java.util.Collection)
or withImageVersionList(java.util.Collection)
if you
want to override the existing values.
imageVersionList
- The list of image semantic versions.public ListImagesResult withImageVersionList(Collection<ImageVersion> imageVersionList)
The list of image semantic versions.
imageVersionList
- The list of image semantic versions.public void setNextToken(String nextToken)
The next token used for paginated responses. When this is not empty then there are additional elements that the service that not include in this request. Use this token with the next request to retrieve additional object.
nextToken
- The next token used for paginated responses. When this is not empty then there are additional elements
that the service that not include in this request. Use this token with the next request to retrieve
additional object.public String getNextToken()
The next token used for paginated responses. When this is not empty then there are additional elements that the service that not include in this request. Use this token with the next request to retrieve additional object.
public ListImagesResult withNextToken(String nextToken)
The next token used for paginated responses. When this is not empty then there are additional elements that the service that not include in this request. Use this token with the next request to retrieve additional object.
nextToken
- The next token used for paginated responses. When this is not empty then there are additional elements
that the service that not include in this request. Use this token with the next request to retrieve
additional object.public String toString()
toString
in class Object
Object.toString()
public ListImagesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.