Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeLaunchConfigurationsRequest.Builder,DescribeLaunchConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeLaunchConfigurationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeLaunchConfigurationsRequest.Builder,DescribeLaunchConfigurationsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeLaunchConfigurationsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeLaunchConfigurationsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
launchConfigurationNames() |
The launch configuration names.
|
Integer |
maxRecords() |
The maximum number of items to return with this call.
|
String |
nextToken() |
The token for the next set of items to return.
|
static Class<? extends DescribeLaunchConfigurationsRequest.Builder> |
serializableBuilderClass() |
|
DescribeLaunchConfigurationsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> launchConfigurationNames()
The launch configuration names. If you omit this parameter, all launch configurations are described.
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public Integer maxRecords()
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
public DescribeLaunchConfigurationsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeLaunchConfigurationsRequest.Builder,DescribeLaunchConfigurationsRequest>
public static DescribeLaunchConfigurationsRequest.Builder builder()
public static Class<? extends DescribeLaunchConfigurationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.