@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DescribeImages.
Constructor and Description |
---|
DescribeImagesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeImagesResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DescribeImagesResult withImages(Image... images)
Information about one or more images.
NOTE: This method appends the values to the existing list (if any). Use
setImages(java.util.Collection)
or withImages(java.util.Collection)
if you want to override the
existing values.
images
- Information about one or more images.public DescribeImagesResult withImages(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()
public DescribeImagesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.