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.
|
public List<Image> getImages()
Information about one or more images.
public void setImages(Collection<Image> images)
Information about one or more images.
images
- Information about one or more images.public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.