public class BatchGetImageResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchGetImageResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetImageResult |
clone() |
boolean |
equals(Object obj) |
List<ImageFailure> |
getFailures()
Any failures associated with the call.
|
List<Image> |
getImages()
A list of image objects corresponding to the image references in the
request.
|
int |
hashCode() |
void |
setFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
|
void |
setImages(Collection<Image> images)
A list of image objects corresponding to the image references in the
request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchGetImageResult |
withFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
|
BatchGetImageResult |
withFailures(ImageFailure... failures)
Any failures associated with the call.
|
BatchGetImageResult |
withImages(Collection<Image> images)
A list of image objects corresponding to the image references in the
request.
|
BatchGetImageResult |
withImages(Image... images)
A list of image objects corresponding to the image references in the
request.
|
public List<Image> getImages()
A list of image objects corresponding to the image references in the request.
public void setImages(Collection<Image> images)
A list of image objects corresponding to the image references in the request.
images - A list of image objects corresponding to the image references in
the request.public BatchGetImageResult withImages(Image... images)
A list of image objects corresponding to the image references in the request.
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 - A list of image objects corresponding to the image references in
the request.public BatchGetImageResult withImages(Collection<Image> images)
A list of image objects corresponding to the image references in the request.
images - A list of image objects corresponding to the image references in
the request.public List<ImageFailure> getFailures()
Any failures associated with the call.
public void setFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.public BatchGetImageResult withFailures(ImageFailure... failures)
Any failures associated with the call.
NOTE: This method appends the values to the existing list (if
any). Use setFailures(java.util.Collection) or
withFailures(java.util.Collection) if you want to override the
existing values.
failures - Any failures associated with the call.public BatchGetImageResult withFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.public String toString()
toString in class ObjectObject.toString()public BatchGetImageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.