|
|||||||
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, or the specified launch configurations, if they exist.
If no name is specified, then the full details of all launch configurations are returned.
AmazonAutoScaling.describeLaunchConfigurations(DescribeLaunchConfigurationsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeLaunchConfigurationsRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getLaunchConfigurationNames()
A list of launch configuration names. |
java.lang.Integer |
getMaxRecords()
The maximum number of launch configurations. |
java.lang.String |
getNextToken()
A string that marks the start of the next batch of returned results. |
int |
hashCode()
|
void |
setLaunchConfigurationNames(java.util.Collection<java.lang.String> launchConfigurationNames)
A list of launch configuration names. |
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of launch configurations. |
void |
setNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results. |
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)
A list of launch configuration names. |
DescribeLaunchConfigurationsRequest |
withLaunchConfigurationNames(java.lang.String... launchConfigurationNames)
A list of launch configuration names. |
DescribeLaunchConfigurationsRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of launch configurations. |
DescribeLaunchConfigurationsRequest |
withNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeLaunchConfigurationsRequest()
Method Detail |
---|
public java.util.List<java.lang.String> getLaunchConfigurationNames()
public void setLaunchConfigurationNames(java.util.Collection<java.lang.String> launchConfigurationNames)
launchConfigurationNames
- A list of launch configuration names.public DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(java.lang.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(java.util.Collection<java.lang.String> launchConfigurationNames)
Returns a reference to this object so that method calls can be chained together.
launchConfigurationNames
- A list of launch configuration names.
public java.lang.String getNextToken()
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(java.lang.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(java.lang.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 java.lang.Integer getMaxRecords()
public void setMaxRecords(java.lang.Integer maxRecords)
maxRecords
- The maximum number of launch configurations. The default is 100.public DescribeLaunchConfigurationsRequest withMaxRecords(java.lang.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 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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |