com.amazonaws.services.autoscaling.model
Class DeleteLaunchConfigurationRequest

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

public class DeleteLaunchConfigurationRequest
extends AmazonWebServiceRequest

Container for the parameters to the DeleteLaunchConfiguration operation.

Deletes the specified LaunchConfiguration.

The specified launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.

See Also:
AmazonAutoScaling.deleteLaunchConfiguration(DeleteLaunchConfigurationRequest)

Constructor Summary
DeleteLaunchConfigurationRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLaunchConfigurationName()
          The name of the launch configuration.
 int hashCode()
           
 void setLaunchConfigurationName(String launchConfigurationName)
          The name of the launch configuration.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteLaunchConfigurationRequest withLaunchConfigurationName(String launchConfigurationName)
          The name of the launch configuration.
 
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

DeleteLaunchConfigurationRequest

public DeleteLaunchConfigurationRequest()
Method Detail

getLaunchConfigurationName

public String getLaunchConfigurationName()
The name of the launch configuration.

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

Returns:
The name of the launch configuration.

setLaunchConfigurationName

public void setLaunchConfigurationName(String launchConfigurationName)
The name of the launch configuration.

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

Parameters:
launchConfigurationName - The name of the launch configuration.

withLaunchConfigurationName

public DeleteLaunchConfigurationRequest withLaunchConfigurationName(String launchConfigurationName)
The name of the launch configuration.

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

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

Parameters:
launchConfigurationName - The name of the launch configuration.
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.