@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImagesInRecycleBinResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListImagesInRecycleBinResult() |
Modifier and Type | Method and Description |
---|---|
ListImagesInRecycleBinResult |
clone() |
boolean |
equals(Object obj) |
List<ImageRecycleBinInfo> |
getImages()
Information about the AMIs.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setImages(Collection<ImageRecycleBinInfo> images)
Information about the AMIs.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListImagesInRecycleBinResult |
withImages(Collection<ImageRecycleBinInfo> images)
Information about the AMIs.
|
ListImagesInRecycleBinResult |
withImages(ImageRecycleBinInfo... images)
Information about the AMIs.
|
ListImagesInRecycleBinResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ImageRecycleBinInfo> getImages()
Information about the AMIs.
public void setImages(Collection<ImageRecycleBinInfo> images)
Information about the AMIs.
images
- Information about the AMIs.public ListImagesInRecycleBinResult withImages(ImageRecycleBinInfo... images)
Information about the AMIs.
NOTE: This method appends the values to the existing list (if any). Use
setImages(java.util.Collection)
or withImages(java.util.Collection)
if you want to override the
existing values.
images
- Information about the AMIs.public ListImagesInRecycleBinResult withImages(Collection<ImageRecycleBinInfo> images)
Information about the AMIs.
images
- Information about the AMIs.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public ListImagesInRecycleBinResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use 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 ListImagesInRecycleBinResult clone()