public class DescribeImagesResult extends Object implements Serializable
The result of describing Amazon Machine Images (AMIs).
| Constructor and Description |
|---|
DescribeImagesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Image> |
getImages()
The list of the described AMIs.
|
int |
hashCode() |
void |
setImages(Collection<Image> images)
The list of the described AMIs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeImagesResult |
withImages(Collection<Image> images)
The list of the described AMIs.
|
DescribeImagesResult |
withImages(Image... images)
The list of the described AMIs.
|
public List<Image> getImages()
public void setImages(Collection<Image> images)
images - The list of the described AMIs.public DescribeImagesResult withImages(Image... images)
Returns a reference to this object so that method calls can be chained together.
images - The list of the described AMIs.public DescribeImagesResult withImages(Collection<Image> images)
Returns a reference to this object so that method calls can be chained together.
images - The list of the described AMIs.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.