|
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.DescribeElasticLoadBalancersRequest
public class DescribeElasticLoadBalancersRequest
Container for the parameters to the DescribeElasticLoadBalancers operation
.
Describes a stack's Elastic Load Balancing instances.
AWSOpsWorks.describeElasticLoadBalancers(DescribeElasticLoadBalancersRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeElasticLoadBalancersRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getLayerIds()
A list of layer IDs. |
String |
getStackId()
A stack ID. |
int |
hashCode()
|
void |
setLayerIds(Collection<String> layerIds)
A list of layer IDs. |
void |
setStackId(String stackId)
A stack ID. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeElasticLoadBalancersRequest |
withLayerIds(Collection<String> layerIds)
A list of layer IDs. |
DescribeElasticLoadBalancersRequest |
withLayerIds(String... layerIds)
A list of layer IDs. |
DescribeElasticLoadBalancersRequest |
withStackId(String stackId)
A 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 DescribeElasticLoadBalancersRequest()
Method Detail |
---|
public String getStackId()
public void setStackId(String stackId)
stackId
- A stack ID. The action describes the Elastic Load Balancing instances
for the stack.public DescribeElasticLoadBalancersRequest withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId
- A stack ID. The action describes the Elastic Load Balancing instances
for the stack.
public List<String> getLayerIds()
public void setLayerIds(Collection<String> layerIds)
layerIds
- A list of layer IDs. The action describes the Elastic Load Balancing
instances for the specified layers.public DescribeElasticLoadBalancersRequest withLayerIds(String... layerIds)
Returns a reference to this object so that method calls can be chained together.
layerIds
- A list of layer IDs. The action describes the Elastic Load Balancing
instances for the specified layers.
public DescribeElasticLoadBalancersRequest withLayerIds(Collection<String> layerIds)
Returns a reference to this object so that method calls can be chained together.
layerIds
- A list of layer IDs. The action describes the Elastic Load Balancing
instances for the specified layers.
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 |