public class DescribeLaunchConfigurationsRequest extends AmazonWebServiceRequest implements Serializable
DescribeLaunchConfigurations operation.
Returns a full description of the launch configurations, or the specified launch configurations, if they exist.
If no name is specified, then the full details of all launch configurations are returned.
| Constructor and Description |
|---|
DescribeLaunchConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getLaunchConfigurationNames()
A list of launch configuration names.
|
Integer |
getMaxRecords()
The maximum number of launch configurations.
|
String |
getNextToken()
A string that marks the start of the next batch of returned results.
|
int |
hashCode() |
void |
setLaunchConfigurationNames(Collection<String> launchConfigurationNames)
A list of launch configuration names.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number 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.
|
DescribeLaunchConfigurationsRequest |
withLaunchConfigurationNames(Collection<String> launchConfigurationNames)
A list of launch configuration names.
|
DescribeLaunchConfigurationsRequest |
withLaunchConfigurationNames(String... launchConfigurationNames)
A list of launch configuration names.
|
DescribeLaunchConfigurationsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of launch configurations.
|
DescribeLaunchConfigurationsRequest |
withNextToken(String nextToken)
A string that marks the start of the next batch of returned results.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic List<String> getLaunchConfigurationNames()
public void setLaunchConfigurationNames(Collection<String> launchConfigurationNames)
launchConfigurationNames - A list of launch configuration names.public DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(String... launchConfigurationNames)
Returns a reference to this object so that method calls can be chained together.
launchConfigurationNames - A list of launch configuration names.public DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(Collection<String> launchConfigurationNames)
Returns a reference to this object so that method calls can be chained together.
launchConfigurationNames - A list of launch configuration names.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 - A string that marks the start of the next batch of returned results.public DescribeLaunchConfigurationsRequest 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 - A string that marks the start of the next batch of returned results.public Integer getMaxRecords()
public void setMaxRecords(Integer maxRecords)
maxRecords - The maximum number of launch configurations. The default is 100.public DescribeLaunchConfigurationsRequest withMaxRecords(Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
maxRecords - The maximum number of launch configurations. The default is 100.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.