public class DescribeLoadBasedAutoScalingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeLoadBasedAutoScaling operation
.
Describes load-based auto scaling configurations for specified layers.
NOTE: You must specify at least one of the parameters.
Required Permissions : To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
NOOP
Constructor and Description |
---|
DescribeLoadBasedAutoScalingRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBasedAutoScalingRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getLayerIds()
An array of layer IDs.
|
int |
hashCode() |
void |
setLayerIds(Collection<String> layerIds)
An array of layer IDs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBasedAutoScalingRequest |
withLayerIds(Collection<String> layerIds)
An array of layer IDs.
|
DescribeLoadBasedAutoScalingRequest |
withLayerIds(String... layerIds)
An array of layer IDs.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setLayerIds(Collection<String> layerIds)
layerIds
- An array of layer IDs.public DescribeLoadBasedAutoScalingRequest withLayerIds(String... layerIds)
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.
Returns a reference to this object so that method calls can be chained together.
layerIds
- An array of layer IDs.public DescribeLoadBasedAutoScalingRequest withLayerIds(Collection<String> layerIds)
Returns a reference to this object so that method calls can be chained together.
layerIds
- An array of layer IDs.public String toString()
toString
in class Object
Object.toString()
public DescribeLoadBasedAutoScalingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.