public class DescribeLayersResult extends Object implements Serializable
Contains the response to a DescribeLayers
request.
Constructor and Description |
---|
DescribeLayersResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Layer> |
getLayers()
An array of
Layer objects that describe the layers. |
int |
hashCode() |
void |
setLayers(Collection<Layer> layers)
An array of
Layer objects that describe the layers. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLayersResult |
withLayers(Collection<Layer> layers)
An array of
Layer objects that describe the layers. |
DescribeLayersResult |
withLayers(Layer... layers)
An array of
Layer objects that describe the layers. |
public List<Layer> getLayers()
Layer
objects that describe the layers.Layer
objects that describe the layers.public void setLayers(Collection<Layer> layers)
Layer
objects that describe the layers.layers
- An array of Layer
objects that describe the layers.public DescribeLayersResult withLayers(Layer... layers)
Layer
objects that describe the layers.
Returns a reference to this object so that method calls can be chained together.
layers
- An array of Layer
objects that describe the layers.public DescribeLayersResult withLayers(Collection<Layer> layers)
Layer
objects that describe the layers.
Returns a reference to this object so that method calls can be chained together.
layers
- An array of Layer
objects that describe the layers.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.