public class DescribeLaunchConfigurationsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LaunchConfiguration> |
launchConfigurations
The launch configurations.
|
private java.lang.String |
nextToken
The token to use when requesting the next set of items.
|
Constructor and Description |
---|
DescribeLaunchConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLaunchConfigurationsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<LaunchConfiguration> |
getLaunchConfigurations()
The launch configurations.
|
java.lang.String |
getNextToken()
The token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setLaunchConfigurations(java.util.Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
|
void |
setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLaunchConfigurationsResult |
withLaunchConfigurations(java.util.Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
|
DescribeLaunchConfigurationsResult |
withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
The launch configurations.
|
DescribeLaunchConfigurationsResult |
withNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
private SdkInternalList<LaunchConfiguration> launchConfigurations
The launch configurations.
private java.lang.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.
public java.util.List<LaunchConfiguration> getLaunchConfigurations()
The launch configurations.
public void setLaunchConfigurations(java.util.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(java.util.Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
launchConfigurations
- The launch configurations.public void setNextToken(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeLaunchConfigurationsResult clone()
clone
in class java.lang.Object