public class DescribeImagesResult extends Object implements Serializable
Constructor and Description |
---|
DescribeImagesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Image> |
getImages()
Information about one or more images.
|
int |
hashCode() |
void |
setImages(Collection<Image> images)
Information about one or more images.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeImagesResult |
withImages(Collection<Image> images)
Information about one or more images.
|
DescribeImagesResult |
withImages(Image... images)
Information about one or more images.
|
public List<Image> getImages()
public void setImages(Collection<Image> images)
images
- Information about one or more images.public DescribeImagesResult withImages(Image... images)
Returns a reference to this object so that method calls can be chained together.
images
- Information about one or more images.public DescribeImagesResult withImages(Collection<Image> images)
Returns a reference to this object so that method calls can be chained together.
images
- Information about one or more images.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.