|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.opsworks.model.DescribeLayersResult
public class DescribeLayersResult
Contains the response to a DescribeLayers request.
| Constructor Summary | |
|---|---|
DescribeLayersResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeLayersResult()
| Method Detail |
|---|
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||