public class DescribeLaunchConfigurationsResult extends Object implements Serializable
The LaunchConfigurationsType
data type.
Constructor and Description |
---|
DescribeLaunchConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public List<LaunchConfiguration> getLaunchConfigurations()
public void setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
launchConfigurations
- A list of launch configurations.public DescribeLaunchConfigurationsResult withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
Returns a reference to this object so that method calls can be chained together.
launchConfigurations
- A list of launch configurations.public DescribeLaunchConfigurationsResult withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
Returns a reference to this object so that method calls can be chained together.
launchConfigurations
- A list of launch configurations.public String getNextToken()
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- A string that marks the start of the next batch of returned results.public DescribeLaunchConfigurationsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- A string that marks the start of the next batch of returned results.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.