public class DescribeLayersResult
extends java.lang.Object
implements java.io.Serializable
Contains the response to a DescribeLayers request.
| コンストラクタと説明 |
|---|
DescribeLayersResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object