|
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(java.lang.Object obj)
|
java.util.List<Layer> |
getLayers()
An array of Layer objects that describe the layers. |
int |
hashCode()
|
void |
setLayers(java.util.Collection<Layer> layers)
An array of Layer objects that describe the layers. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLayersResult |
withLayers(java.util.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 java.util.List<Layer> getLayers()
Layer
objects that describe the layers.
Layer
objects that describe the layers.public void setLayers(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |