@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLaunchConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLaunchConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLaunchConfigurationsResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LaunchConfiguration> getLaunchConfigurations()
The launch configurations.
public void setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
launchConfigurations
- The launch configurations.public DescribeLaunchConfigurationsResult withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
The launch configurations.
NOTE: This method appends the values to the existing list (if any). Use
setLaunchConfigurations(java.util.Collection)
or withLaunchConfigurations(java.util.Collection)
if you want to override the existing values.
launchConfigurations
- The launch configurations.public DescribeLaunchConfigurationsResult withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
launchConfigurations
- The launch configurations.public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
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 getNextToken()
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)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
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 Object
Object.toString()
public DescribeLaunchConfigurationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.