public class DescribeLaunchConfigurationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Describes one or more launch configurations. If you omit the list of names, then the call describes all launch configurations.
Constructor and Description |
---|
DescribeLaunchConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getLaunchConfigurationNames()
The launch configuration names.
|
java.lang.Integer |
getMaxRecords()
The maximum number of items to return with this call.
|
java.lang.String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setLaunchConfigurationNames(java.util.Collection<java.lang.String> launchConfigurationNames)
The launch configuration names.
|
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLaunchConfigurationsRequest |
withLaunchConfigurationNames(java.util.Collection<java.lang.String> launchConfigurationNames)
The launch configuration names.
|
DescribeLaunchConfigurationsRequest |
withLaunchConfigurationNames(java.lang.String... launchConfigurationNames)
The launch configuration names.
|
DescribeLaunchConfigurationsRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeLaunchConfigurationsRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.String> getLaunchConfigurationNames()
The launch configuration names.
The launch configuration names.
public void setLaunchConfigurationNames(java.util.Collection<java.lang.String> launchConfigurationNames)
The launch configuration names.
launchConfigurationNames
- The launch configuration names.
public DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(java.lang.String... launchConfigurationNames)
The launch configuration names.
Returns a reference to this object so that method calls can be chained together.
launchConfigurationNames
- The launch configuration names.
public DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(java.util.Collection<java.lang.String> launchConfigurationNames)
The launch configuration names.
Returns a reference to this object so that method calls can be chained together.
launchConfigurationNames
- The launch configuration names.
public java.lang.String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
The token for the next set of items to return. (You received this token from a previous call.)
public void setNextToken(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
Constraints:
Pattern: [ --�𐀀-\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(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)
public java.lang.Integer getMaxRecords()
The maximum number of items to return with this call. The default is 100.
The maximum number of items to return with this call. The default is 100.
public void setMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call. The default is 100.
maxRecords
- The maximum number of items to return with this call. The default is 100.
public DescribeLaunchConfigurationsRequest withMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call. The default is 100.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.