@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeElasticLoadBalancersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeElasticLoadBalancersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeElasticLoadBalancersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStackId(String stackId)
A stack ID. The action describes the stack's Elastic Load Balancing instances.
stackId
- A stack ID. The action describes the stack's Elastic Load Balancing instances.public String getStackId()
A stack ID. The action describes the stack's Elastic Load Balancing instances.
public DescribeElasticLoadBalancersRequest withStackId(String stackId)
A stack ID. The action describes the stack's Elastic Load Balancing instances.
stackId
- A stack ID. The action describes the stack's Elastic Load Balancing instances.public List<String> getLayerIds()
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
public void setLayerIds(Collection<String> layerIds)
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
layerIds
- A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.public DescribeElasticLoadBalancersRequest withLayerIds(String... layerIds)
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
NOTE: This method appends the values to the existing list (if any). Use
setLayerIds(java.util.Collection)
or withLayerIds(java.util.Collection)
if you want to override
the existing values.
layerIds
- A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.public DescribeElasticLoadBalancersRequest withLayerIds(Collection<String> layerIds)
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
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 DescribeElasticLoadBalancersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.