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


Constructor Summary
DeleteLaunchConfigurationRequest()
           
 
Method Summary
 String getLaunchConfigurationName()
           Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
 void setLaunchConfigurationName(String launchConfigurationName)
           Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
 String toString()
           
 DeleteLaunchConfigurationRequest withLaunchConfigurationName(String launchConfigurationName)
           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

DeleteLaunchConfigurationRequest

public DeleteLaunchConfigurationRequest()
Method Detail

getLaunchConfigurationName

public String getLaunchConfigurationName()

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

Returns:

setLaunchConfigurationName

public void setLaunchConfigurationName(String launchConfigurationName)

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

Parameters:
launchConfigurationName -

withLaunchConfigurationName

public DeleteLaunchConfigurationRequest withLaunchConfigurationName(String launchConfigurationName)

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

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

Parameters:
launchConfigurationName -
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.