Class DescribeImagesResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeImagesResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of DescribeImages.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about one or more images.inthashCode()voidsetImages(Collection<Image> images) Information about one or more images.toString()Returns a string representation of this object; useful for testing and debugging.withImages(Image... images) Information about one or more images.withImages(Collection<Image> images) Information about one or more images.
-
Constructor Details
-
DescribeImagesResult
public DescribeImagesResult()
-
-
Method Details
-
getImages
-
setImages
Information about one or more images.
- Parameters:
images- Information about one or more images.
-
withImages
Information about one or more images.
NOTE: This method appends the values to the existing list (if any). Use
setImages(java.util.Collection)orwithImages(java.util.Collection)if you want to override the existing values.- Parameters:
images- Information about one or more images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withImages
Information about one or more images.
- Parameters:
images- Information about one or more images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-