|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.autoscaling.model.DescribeLaunchConfigurationsRequest
public class DescribeLaunchConfigurationsRequest
Container for the parameters to the DescribeLaunchConfigurations operation
.
Returns a full description of the launch configurations given the specified names.
If no names are specified, then the full details of all launch configurations are returned.
AmazonAutoScaling.describeLaunchConfigurations(DescribeLaunchConfigurationsRequest)
Constructor Summary | |
---|---|
DescribeLaunchConfigurationsRequest()
|
Method Summary | |
---|---|
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. |
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeLaunchConfigurationsRequest()
Method Detail |
---|
public 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: [ -??-??-?\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [ -??-??-?\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: [ -??-??-?\r\n\t]*
nextToken
- A string that marks the start of the next batch of returned results.
public Integer getMaxRecords()
Constraints:
Range: 1 - 50
public void setMaxRecords(Integer maxRecords)
Constraints:
Range: 1 - 50
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.
Constraints:
Range: 1 - 50
maxRecords
- The maximum number of launch configurations. The default is 100.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |