|
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.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeLayersRequest
public class DescribeLayersRequest
Container for the parameters to the DescribeLayers operation
.
Requests a description of one or more layers in a specified stack.
AWSOpsWorks.describeLayers(DescribeLayersRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeLayersRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getLayerIds()
An array of layer IDs that specify the layers to be described. |
String |
getStackId()
The stack ID. |
int |
hashCode()
|
void |
setLayerIds(Collection<String> layerIds)
An array of layer IDs that specify the layers to be described. |
void |
setStackId(String stackId)
The stack ID. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLayersRequest |
withLayerIds(Collection<String> layerIds)
An array of layer IDs that specify the layers to be described. |
DescribeLayersRequest |
withLayerIds(String... layerIds)
An array of layer IDs that specify the layers to be described. |
DescribeLayersRequest |
withStackId(String stackId)
The stack ID. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeLayersRequest()
Method Detail |
---|
public String getStackId()
public void setStackId(String stackId)
stackId
- The stack ID.public DescribeLayersRequest withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId
- The stack ID.public List<String> getLayerIds()
DescribeLayers
returns a description
of every layer in the specified stack.
DescribeLayers
returns a description
of every layer in the specified stack.public void setLayerIds(Collection<String> layerIds)
DescribeLayers
returns a description
of every layer in the specified stack.
layerIds
- An array of layer IDs that specify the layers to be described. If you
omit this parameter, DescribeLayers
returns a description
of every layer in the specified stack.public DescribeLayersRequest withLayerIds(String... layerIds)
DescribeLayers
returns a description
of every layer in the specified stack.
Returns a reference to this object so that method calls can be chained together.
layerIds
- An array of layer IDs that specify the layers to be described. If you
omit this parameter, DescribeLayers
returns a description
of every layer in the specified stack.public DescribeLayersRequest withLayerIds(Collection<String> layerIds)
DescribeLayers
returns a description
of every layer in the specified stack.
Returns a reference to this object so that method calls can be chained together.
layerIds
- An array of layer IDs that specify the layers to be described. If you
omit this parameter, DescribeLayers
returns a description
of every layer in the specified stack.public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |