public class DescribeImagesResult
extends java.lang.Object
implements java.io.Serializable
The result of describing Amazon Machine Images (AMIs).
| コンストラクタと説明 |
|---|
DescribeImagesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Image> |
getImages()
The list of the described AMIs.
|
int |
hashCode() |
void |
setImages(java.util.Collection<Image> images)
The list of the described AMIs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeImagesResult |
withImages(java.util.Collection<Image> images)
The list of the described AMIs.
|
DescribeImagesResult |
withImages(Image... images)
The list of the described AMIs.
|
public java.util.List<Image> getImages()
public void setImages(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object