@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 include in another request to get the next page of items.
|
int |
hashCode() |
void |
setImages(Collection<ImageRecycleBinInfo> images)
Information about the AMIs.
|
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
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 include in another request to get the next page of items.
|
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 include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public ListImagesInRecycleBinResult withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public ListImagesInRecycleBinResult clone()