com.amazonaws.services.autoscaling.model
Class DeleteTriggerRequest

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

public class DeleteTriggerRequest
extends AmazonWebServiceRequest


Constructor Summary
DeleteTriggerRequest()
           
 
Method Summary
 String getAutoScalingGroupName()
          The name of the AutoScalingGroup associated with the trigger.
 String getTriggerName()
          The name of the trigger to be deleted.
 void setAutoScalingGroupName(String autoScalingGroupName)
          The name of the AutoScalingGroup associated with the trigger.
 void setTriggerName(String triggerName)
          The name of the trigger to be deleted.
 String toString()
           
 DeleteTriggerRequest withAutoScalingGroupName(String autoScalingGroupName)
          The name of the AutoScalingGroup associated with the trigger.
 DeleteTriggerRequest withTriggerName(String triggerName)
          The name of the trigger to be deleted.
 
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

DeleteTriggerRequest

public DeleteTriggerRequest()
Method Detail

getAutoScalingGroupName

public String getAutoScalingGroupName()
The name of the AutoScalingGroup associated with the trigger. The AutoScalingGroup must exist within the scope of the caller's AWS account.

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

Returns:
The name of the AutoScalingGroup associated with the trigger. The AutoScalingGroup must exist within the scope of the caller's AWS account.

setAutoScalingGroupName

public void setAutoScalingGroupName(String autoScalingGroupName)
The name of the AutoScalingGroup associated with the trigger. The AutoScalingGroup must exist within the scope of the caller's AWS account.

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

Parameters:
autoScalingGroupName - The name of the AutoScalingGroup associated with the trigger. The AutoScalingGroup must exist within the scope of the caller's AWS account.

withAutoScalingGroupName

public DeleteTriggerRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the AutoScalingGroup associated with the trigger. The AutoScalingGroup must exist within the scope of the caller's AWS account.

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 associated with the trigger. The AutoScalingGroup must exist within the scope of the caller's AWS account.
Returns:
A reference to this updated object so that method calls can be chained together.

getTriggerName

public String getTriggerName()
The name of the trigger to be deleted. The trigger must exist within the scope of the caller's AWS account. An in-progress trigger will continue until completion.

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

Returns:
The name of the trigger to be deleted. The trigger must exist within the scope of the caller's AWS account. An in-progress trigger will continue until completion.

setTriggerName

public void setTriggerName(String triggerName)
The name of the trigger to be deleted. The trigger must exist within the scope of the caller's AWS account. An in-progress trigger will continue until completion.

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

Parameters:
triggerName - The name of the trigger to be deleted. The trigger must exist within the scope of the caller's AWS account. An in-progress trigger will continue until completion.

withTriggerName

public DeleteTriggerRequest withTriggerName(String triggerName)
The name of the trigger to be deleted. The trigger must exist within the scope of the caller's AWS account. An in-progress trigger will continue until completion.

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

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

Parameters:
triggerName - The name of the trigger to be deleted. The trigger must exist within the scope of the caller's AWS account. An in-progress trigger will continue until completion.
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.