@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCheckLayerAvailabilityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchCheckLayerAvailabilityResult() |
Modifier and Type | Method and Description |
---|---|
BatchCheckLayerAvailabilityResult |
clone() |
boolean |
equals(Object obj) |
List<LayerFailure> |
getFailures()
Any failures associated with the call.
|
List<Layer> |
getLayers()
A list of image layer objects corresponding to the image layer references in the request.
|
int |
hashCode() |
void |
setFailures(Collection<LayerFailure> failures)
Any failures associated with the call.
|
void |
setLayers(Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references in the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchCheckLayerAvailabilityResult |
withFailures(Collection<LayerFailure> failures)
Any failures associated with the call.
|
BatchCheckLayerAvailabilityResult |
withFailures(LayerFailure... failures)
Any failures associated with the call.
|
BatchCheckLayerAvailabilityResult |
withLayers(Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references in the request.
|
BatchCheckLayerAvailabilityResult |
withLayers(Layer... layers)
A list of image layer objects corresponding to the image layer references in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Layer> getLayers()
A list of image layer objects corresponding to the image layer references in the request.
public void setLayers(Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references in the request.
layers
- A list of image layer objects corresponding to the image layer references in the request.public BatchCheckLayerAvailabilityResult withLayers(Layer... layers)
A list of image layer objects corresponding to the image layer references in the request.
NOTE: This method appends the values to the existing list (if any). Use
setLayers(java.util.Collection)
or withLayers(java.util.Collection)
if you want to override the
existing values.
layers
- A list of image layer objects corresponding to the image layer references in the request.public BatchCheckLayerAvailabilityResult withLayers(Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references in the request.
layers
- A list of image layer objects corresponding to the image layer references in the request.public List<LayerFailure> getFailures()
Any failures associated with the call.
public void setFailures(Collection<LayerFailure> failures)
Any failures associated with the call.
failures
- Any failures associated with the call.public BatchCheckLayerAvailabilityResult withFailures(LayerFailure... 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 BatchCheckLayerAvailabilityResult withFailures(Collection<LayerFailure> failures)
Any failures associated with the call.
failures
- Any failures associated with the call.public String toString()
toString
in class Object
Object.toString()
public BatchCheckLayerAvailabilityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.