|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribeLaunchConfigurationsResult
public class DescribeLaunchConfigurationsResult
| Constructor Summary | |
|---|---|
DescribeLaunchConfigurationsResult()
|
|
| Method Summary | |
|---|---|
List<LaunchConfiguration> |
getLaunchConfigurations()
|
String |
getNextToken()
Constraints: Pattern: [ -??-??-?\r\n\t]* |
void |
setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
|
void |
setNextToken(String nextToken)
Constraints: Pattern: [ -??-??-?\r\n\t]* |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLaunchConfigurationsResult |
withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
Returns a reference to this object so that method calls can be chained together. |
DescribeLaunchConfigurationsResult |
withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
Returns a reference to this object so that method calls can be chained together. |
DescribeLaunchConfigurationsResult |
withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeLaunchConfigurationsResult()
| Method Detail |
|---|
public List<LaunchConfiguration> getLaunchConfigurations()
public void setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
launchConfigurations - public DescribeLaunchConfigurationsResult withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
Returns a reference to this object so that method calls can be chained together.
launchConfigurations -
public DescribeLaunchConfigurationsResult withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
Returns a reference to this object so that method calls can be chained together.
launchConfigurations -
public String getNextToken()
Constraints:
Pattern: [ -??-??-?\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [ -??-??-?\r\n\t]*
nextToken - public DescribeLaunchConfigurationsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ -??-??-?\r\n\t]*
nextToken -
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||