public class DescribeLaunchConfigurationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
DescribeLaunchConfigurationsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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: [ --�𐀀-\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 DescribeLaunchConfigurationsRequest 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.Integer getMaxRecords()
Constraints:
Range: 1 - 50
public void setMaxRecords(java.lang.Integer maxRecords)
Constraints:
Range: 1 - 50
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.
Constraints:
Range: 1 - 50
maxRecords - The maximum number of launch configurations. The default is 100.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