|
||||||||||
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
Constructor Summary | |
---|---|
DescribeLaunchConfigurationsRequest()
|
Method Summary | |
---|---|
List<String> |
getLaunchConfigurationNames()
|
Integer |
getMaxRecords()
Constraints: Range: 20 - 100 |
String |
getNextToken()
Constraints: Pattern: [ -??-??-?\r\n\t]* |
void |
setLaunchConfigurationNames(Collection<String> launchConfigurationNames)
|
void |
setMaxRecords(Integer maxRecords)
Constraints: Range: 20 - 100 |
void |
setNextToken(String nextToken)
Constraints: Pattern: [ -??-??-?\r\n\t]* |
String |
toString()
|
DescribeLaunchConfigurationsRequest |
withLaunchConfigurationNames(Collection<String> launchConfigurationNames)
Returns a reference to this object so that method calls can be chained together. |
DescribeLaunchConfigurationsRequest |
withLaunchConfigurationNames(String... launchConfigurationNames)
Returns a reference to this object so that method calls can be chained together. |
DescribeLaunchConfigurationsRequest |
withMaxRecords(Integer maxRecords)
Returns a reference to this object so that method calls can be chained together. |
DescribeLaunchConfigurationsRequest |
withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
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
- public DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(String... launchConfigurationNames)
Returns a reference to this object so that method calls can be chained together.
launchConfigurationNames
-
public DescribeLaunchConfigurationsRequest withLaunchConfigurationNames(Collection<String> launchConfigurationNames)
Returns a reference to this object so that method calls can be chained together.
launchConfigurationNames
-
public String getNextToken()
Constraints:
Pattern: [ -??-??-?\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [ -??-??-?\r\n\t]*
nextToken
- 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
-
public Integer getMaxRecords()
Constraints:
Range: 20 - 100
public void setMaxRecords(Integer maxRecords)
Constraints:
Range: 20 - 100
maxRecords
- public DescribeLaunchConfigurationsRequest withMaxRecords(Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 20 - 100
maxRecords
-
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |