* A list of image objects corresponding to the image references in the request. *
*/ private java.util.List* Any failures associated with the call. *
*/ private java.util.List* A list of image objects corresponding to the image references in the request. *
* * @return A list of image objects corresponding to the image references in the request. */ public java.util.List* A list of image objects corresponding to the image references in the request. *
* * @param images * A list of image objects corresponding to the image references in the request. */ public void setImages(java.util.Collection* 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 * {@link #setImages(java.util.Collection)} or {@link #withImages(java.util.Collection)} if you want to override the * existing values. *
* * @param images * A list of image objects corresponding to the image references in the request. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetImageResult withImages(Image... images) { if (this.images == null) { setImages(new java.util.ArrayList* A list of image objects corresponding to the image references in the request. *
* * @param images * A list of image objects corresponding to the image references in the request. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetImageResult withImages(java.util.Collection* Any failures associated with the call. *
* * @return Any failures associated with the call. */ public java.util.List* Any failures associated with the call. *
* * @param failures * Any failures associated with the call. */ public void setFailures(java.util.Collection* Any failures associated with the call. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setFailures(java.util.Collection)} or {@link #withFailures(java.util.Collection)} if you want to override * the existing values. *
* * @param failures * Any failures associated with the call. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetImageResult withFailures(ImageFailure... failures) { if (this.failures == null) { setFailures(new java.util.ArrayList* Any failures associated with the call. *
* * @param failures * Any failures associated with the call. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetImageResult withFailures(java.util.Collection