com.amazonaws.services.autoscaling.model
Class DescribeLaunchConfigurationsRequest

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

public class DescribeLaunchConfigurationsRequest
extends AmazonWebServiceRequest


Constructor Summary
DescribeLaunchConfigurationsRequest()
           
 
Method Summary
 List<String> getLaunchConfigurationNames()
           
 Integer getMaxRecords()
           Constraints:
Range: 20 - 100
 String getNextToken()
           Constraints:
Pattern: [ -??-??-?\r\n\t]*
 void setLaunchConfigurationNames(Collection<String> launchConfigurationNames)
           
 void setMaxRecords(Integer maxRecords)
           Constraints:
Range: 20 - 100
 void setNextToken(String nextToken)
           Constraints:
Pattern: [ -??-??-?\r\n\t]*
 String toString()
           
 DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(Collection<String> launchConfigurationNames)
           Returns a reference to this object so that method calls can be chained together.
 DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(String... launchConfigurationNames)
           Returns a reference to this object so that method calls can be chained together.
 DescribeLaunchConfigurationsRequest withMaxRecords(Integer maxRecords)
           Returns a reference to this object so that method calls can be chained together.
 DescribeLaunchConfigurationsRequest withNextToken(String nextToken)
           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

DescribeLaunchConfigurationsRequest

public DescribeLaunchConfigurationsRequest()
Method Detail

getLaunchConfigurationNames

public List<String> getLaunchConfigurationNames()
Returns:

setLaunchConfigurationNames

public void setLaunchConfigurationNames(Collection<String> launchConfigurationNames)
Parameters:
launchConfigurationNames -

withLaunchConfigurationNames

public DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(String... launchConfigurationNames)

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

Parameters:
launchConfigurationNames -
Returns:
A reference to this updated object so that method calls can be chained together.

withLaunchConfigurationNames

public DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(Collection<String> launchConfigurationNames)

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

Parameters:
launchConfigurationNames -
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public String getNextToken()

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

Returns:

setNextToken

public void setNextToken(String nextToken)

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

Parameters:
nextToken -

withNextToken

public DescribeLaunchConfigurationsRequest withNextToken(String nextToken)

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

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

Parameters:
nextToken -
Returns:
A reference to this updated object so that method calls can be chained together.

getMaxRecords

public Integer getMaxRecords()

Constraints:
Range: 20 - 100

Returns:

setMaxRecords

public void setMaxRecords(Integer maxRecords)

Constraints:
Range: 20 - 100

Parameters:
maxRecords -

withMaxRecords

public DescribeLaunchConfigurationsRequest withMaxRecords(Integer maxRecords)

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

Constraints:
Range: 20 - 100

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