com.amazonaws.services.autoscaling.model
Class DeleteScheduledActionRequest

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

public class DeleteScheduledActionRequest
extends AmazonWebServiceRequest

Container for the parameters to the DeleteScheduledAction operation.

Deletes a scheduled action previously created using the PutScheduledUpdateGroupAction.

See Also:
AmazonAutoScaling.deleteScheduledAction(DeleteScheduledActionRequest)

Constructor Summary
DeleteScheduledActionRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAutoScalingGroupName()
          The name of the Auto Scaling group.
 String getScheduledActionName()
          The name of the action you want to delete.
 int hashCode()
           
 void setAutoScalingGroupName(String autoScalingGroupName)
          The name of the Auto Scaling group.
 void setScheduledActionName(String scheduledActionName)
          The name of the action you want to delete.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteScheduledActionRequest withAutoScalingGroupName(String autoScalingGroupName)
          The name of the Auto Scaling group.
 DeleteScheduledActionRequest withScheduledActionName(String scheduledActionName)
          The name of the action you want to delete.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteScheduledActionRequest

public DeleteScheduledActionRequest()
Method Detail

getAutoScalingGroupName

public String getAutoScalingGroupName()
The name of the Auto Scaling group.

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Returns:
The name of the Auto Scaling group.

setAutoScalingGroupName

public void setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
autoScalingGroupName - The name of the Auto Scaling group.

withAutoScalingGroupName

public DeleteScheduledActionRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.

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

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
autoScalingGroupName - The name of the Auto Scaling group.
Returns:
A reference to this updated object so that method calls can be chained together.

getScheduledActionName

public String getScheduledActionName()
The name of the action you want to delete.

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Returns:
The name of the action you want to delete.

setScheduledActionName

public void setScheduledActionName(String scheduledActionName)
The name of the action you want to delete.

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
scheduledActionName - The name of the action you want to delete.

withScheduledActionName

public DeleteScheduledActionRequest withScheduledActionName(String scheduledActionName)
The name of the action you want to delete.

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

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
scheduledActionName - The name of the action you want to delete.
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.