com.amazonaws.services.autoscaling.model
Class DescribeAutoScalingGroupsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.autoscaling.model.DescribeAutoScalingGroupsRequest

public class DescribeAutoScalingGroupsRequest
extends AmazonWebServiceRequest


Constructor Summary
DescribeAutoScalingGroupsRequest()
           
 
Method Summary
 List<String> getAutoScalingGroupNames()
           
 void setAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
           
 String toString()
           
 DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
           Returns a reference to this object so that method calls can be chained together.
 DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(String... autoScalingGroupNames)
           Returns a reference to this object so that method calls can be chained together.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeAutoScalingGroupsRequest

public DescribeAutoScalingGroupsRequest()
Method Detail

getAutoScalingGroupNames

public List<String> getAutoScalingGroupNames()
Returns:

setAutoScalingGroupNames

public void setAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
Parameters:
autoScalingGroupNames -

withAutoScalingGroupNames

public DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(String... autoScalingGroupNames)

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

Parameters:
autoScalingGroupNames -
Returns:
A reference to this updated object so that method calls can be chained together.

withAutoScalingGroupNames

public DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(Collection<String> autoScalingGroupNames)

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

Parameters:
autoScalingGroupNames -
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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