|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeImagesResult
public class DescribeImagesResult
The result of describing Amazon Machine Images (AMIs).
| Constructor Summary | |
|---|---|
DescribeImagesResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeImagesResult()
| Method Detail |
|---|
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()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||