com.amazonaws.services.autoscaling.model
Class DescribeTriggersRequest

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

public class DescribeTriggersRequest
extends AmazonWebServiceRequest


Constructor Summary
DescribeTriggersRequest()
           
 
Method Summary
 String getAutoScalingGroupName()
          The name of the AutoScalingGroup.
 void setAutoScalingGroupName(String autoScalingGroupName)
          The name of the AutoScalingGroup.
 String toString()
           
 DescribeTriggersRequest withAutoScalingGroupName(String autoScalingGroupName)
          The name of the AutoScalingGroup.
 
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

DescribeTriggersRequest

public DescribeTriggersRequest()
Method Detail

getAutoScalingGroupName

public String getAutoScalingGroupName()
The name of the AutoScalingGroup.

Constraints:
Length: 1 - 100
Pattern: [ -??-??-?\r\n\t]*

Returns:
The name of the AutoScalingGroup.

setAutoScalingGroupName

public void setAutoScalingGroupName(String autoScalingGroupName)
The name of the AutoScalingGroup.

Constraints:
Length: 1 - 100
Pattern: [ -??-??-?\r\n\t]*

Parameters:
autoScalingGroupName - The name of the AutoScalingGroup.

withAutoScalingGroupName

public DescribeTriggersRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the AutoScalingGroup.

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

Constraints:
Length: 1 - 100
Pattern: [ -??-??-?\r\n\t]*

Parameters:
autoScalingGroupName - The name of the AutoScalingGroup.
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.