public class DescribeLaunchConfigurationsResult
extends java.lang.Object
implements java.io.Serializable
The LaunchConfigurationsType data type.
| コンストラクタと説明 |
|---|
DescribeLaunchConfigurationsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<LaunchConfiguration> |
getLaunchConfigurations()
A list of launch configurations.
|
java.lang.String |
getNextToken()
A string that marks the start of the next batch of returned results.
|
int |
hashCode() |
void |
setLaunchConfigurations(java.util.Collection<LaunchConfiguration> launchConfigurations)
A list 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.
|
DescribeLaunchConfigurationsResult |
withLaunchConfigurations(java.util.Collection<LaunchConfiguration> launchConfigurations)
A list of launch configurations.
|
DescribeLaunchConfigurationsResult |
withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
A list of launch configurations.
|
DescribeLaunchConfigurationsResult |
withNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results.
|
public java.util.List<LaunchConfiguration> getLaunchConfigurations()
public void setLaunchConfigurations(java.util.Collection<LaunchConfiguration> launchConfigurations)
launchConfigurations - A list of launch configurations.public DescribeLaunchConfigurationsResult withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
Returns a reference to this object so that method calls can be chained together.
launchConfigurations - A list of launch configurations.public DescribeLaunchConfigurationsResult withLaunchConfigurations(java.util.Collection<LaunchConfiguration> launchConfigurations)
Returns a reference to this object so that method calls can be chained together.
launchConfigurations - A list of launch configurations.public java.lang.String getNextToken()
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
public void setNextToken(java.lang.String nextToken)
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken - A string that marks the start of the next batch of returned results.public DescribeLaunchConfigurationsResult withNextToken(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object