Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.opsworks.model
Class DescribeLoadBasedAutoScalingRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.opsworks.model.DescribeLoadBasedAutoScalingRequest
All Implemented Interfaces:
Serializable

public class DescribeLoadBasedAutoScalingRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeLoadBasedAutoScaling operation.

Describes load-based auto scaling configurations for specified layers.

See Also:
AWSOpsWorks.describeLoadBasedAutoScaling(DescribeLoadBasedAutoScalingRequest), Serialized Form

Constructor Summary
DescribeLoadBasedAutoScalingRequest()
           
 
Method Summary
 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.
 
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

DescribeLoadBasedAutoScalingRequest

public DescribeLoadBasedAutoScalingRequest()
Method Detail

getLayerIds

public List<String> getLayerIds()
An array of layer IDs.

Returns:
An array of layer IDs.

setLayerIds

public void setLayerIds(Collection<String> layerIds)
An array of layer IDs.

Parameters:
layerIds - An array of layer IDs.

withLayerIds

public DescribeLoadBasedAutoScalingRequest withLayerIds(String... layerIds)
An array of layer IDs.

Returns a reference to this object so that method calls can be chained together.

Parameters:
layerIds - An array of layer IDs.
Returns:
A reference to this updated object so that method calls can be chained together.

withLayerIds

public DescribeLoadBasedAutoScalingRequest withLayerIds(Collection<String> layerIds)
An array of layer IDs.

Returns a reference to this object so that method calls can be chained together.

Parameters:
layerIds - An array of layer IDs.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.