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