com.amazonaws.services.autoscaling.model
Class DescribeLaunchConfigurationsResult

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.DescribeLaunchConfigurationsResult

public class DescribeLaunchConfigurationsResult
extends Object

The LaunchConfigurationsType data type.


Constructor Summary
DescribeLaunchConfigurationsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<LaunchConfiguration> getLaunchConfigurations()
          A list of launch configurations.
 String getNextToken()
          A string that marks the start of the next batch of returned results.
 int hashCode()
           
 void setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
          A list of launch configurations.
 void setNextToken(String nextToken)
          A string that marks the start of the next batch of returned results.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeLaunchConfigurationsResult withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
          A list of launch configurations.
 DescribeLaunchConfigurationsResult withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
          A list of launch configurations.
 DescribeLaunchConfigurationsResult withNextToken(String nextToken)
          A string that marks the start of the next batch of returned results.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeLaunchConfigurationsResult

public DescribeLaunchConfigurationsResult()
Method Detail

getLaunchConfigurations

public List<LaunchConfiguration> getLaunchConfigurations()
A list of launch configurations.

Returns:
A list of launch configurations.

setLaunchConfigurations

public void setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
A list of launch configurations.

Parameters:
launchConfigurations - A list of launch configurations.

withLaunchConfigurations

public DescribeLaunchConfigurationsResult withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
A list of launch configurations.

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

Parameters:
launchConfigurations - A list of launch configurations.
Returns:
A reference to this updated object so that method calls can be chained together.

withLaunchConfigurations

public DescribeLaunchConfigurationsResult withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
A list of launch configurations.

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

Parameters:
launchConfigurations - A list of launch configurations.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public String getNextToken()
A string that marks the start of the next batch of returned results.

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

Returns:
A string that marks the start of the next batch of returned results.

setNextToken

public void setNextToken(String nextToken)
A string that marks the start of the next batch of returned results.

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

Parameters:
nextToken - A string that marks the start of the next batch of returned results.

withNextToken

public DescribeLaunchConfigurationsResult withNextToken(String nextToken)
A string that marks the start of the next batch of returned results.

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

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

Parameters:
nextToken - A string that marks the start of the next batch of returned results.
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.