@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()
A string that indicates that the response contains more items than can be returned in a single response.
|
int |
hashCode() |
void |
setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
|
void |
setNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLaunchConfigurationsResult |
withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
|
DescribeLaunchConfigurationsResult |
withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
The launch configurations.
|
DescribeLaunchConfigurationsResult |
withNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
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)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
nextToken
- A string that indicates that the response contains more items than can be returned in a single response.
To receive additional items, specify this string for the NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public String getNextToken()
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public DescribeLaunchConfigurationsResult withNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
nextToken
- A string that indicates that the response contains more items than can be returned in a single response.
To receive additional items, specify this string for the NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeLaunchConfigurationsResult clone()
Copyright © 2020. All rights reserved.