public class DescribeLaunchConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeLaunchConfigurations operation
.
Describes one or more launch configurations. If you omit the list of names, then the call describes all launch configurations.
NOOP
Constructor and Description |
---|
DescribeLaunchConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLaunchConfigurationsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getLaunchConfigurationNames()
The launch configuration names.
|
Integer |
getMaxRecords()
The maximum number of items to return with this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setLaunchConfigurationNames(Collection<String> launchConfigurationNames)
The launch configuration names.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLaunchConfigurationsRequest |
withLaunchConfigurationNames(Collection<String> launchConfigurationNames)
The launch configuration names.
|
DescribeLaunchConfigurationsRequest |
withLaunchConfigurationNames(String... launchConfigurationNames)
The launch configuration names.
|
DescribeLaunchConfigurationsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeLaunchConfigurationsRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getLaunchConfigurationNames()
public void setLaunchConfigurationNames(Collection<String> launchConfigurationNames)
launchConfigurationNames
- The launch configuration names.public DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(String... launchConfigurationNames)
NOTE: This method appends the values to the existing list (if
any). Use setLaunchConfigurationNames(java.util.Collection)
or withLaunchConfigurationNames(java.util.Collection)
if you
want to override the existing values.
Returns a reference to this object so that method calls can be chained together.
launchConfigurationNames
- The launch configuration names.public DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(Collection<String> launchConfigurationNames)
Returns a reference to this object so that method calls can be chained together.
launchConfigurationNames
- The 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
- The token for the next set of items to return. (You received this
token from a previous call.)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
- The token for the next set of items to return. (You received this
token from a previous call.)public Integer getMaxRecords()
public void setMaxRecords(Integer maxRecords)
maxRecords
- The maximum number of items to return with this call. 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 items to return with this call. The default is
100.public String toString()
toString
in class Object
Object.toString()
public DescribeLaunchConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.