public class DescribeLaunchConfigurationsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeLaunchConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<LaunchConfiguration> |
getLaunchConfigurations()
The launch configurations.
|
String |
getNextToken()
The token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLaunchConfigurationsResult |
withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
|
DescribeLaunchConfigurationsResult |
withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
The launch configurations.
|
DescribeLaunchConfigurationsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
public List<LaunchConfiguration> getLaunchConfigurations()
public void setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
launchConfigurations - The launch configurations.public DescribeLaunchConfigurationsResult withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
Returns a reference to this object so that method calls can be chained together.
launchConfigurations - The launch configurations.public DescribeLaunchConfigurationsResult withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
Returns a reference to this object so that method calls can be chained together.
launchConfigurations - The launch configurations.public String getNextToken()
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public DescribeLaunchConfigurationsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.