Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeConfigurationOptionsRequest.Builder,DescribeConfigurationOptionsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeConfigurationOptionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeConfigurationOptionsRequest.Builder,DescribeConfigurationOptionsRequest>
Result message containing a list of application version descriptions.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeConfigurationOptionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application associated with the configuration template or environment.
|
static DescribeConfigurationOptionsRequest.Builder |
builder() |
|
String |
environmentName() |
The name of the environment whose configuration options you want to describe.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<OptionSpecification> |
options() |
If specified, restricts the descriptions to only the specified options.
|
String |
platformArn() |
The ARN of the custom platform.
|
static Class<? extends DescribeConfigurationOptionsRequest.Builder> |
serializableBuilderClass() |
|
String |
solutionStackName() |
The name of the solution stack whose configuration options you want to describe.
|
String |
templateName() |
The name of the configuration template whose configuration options you want to describe.
|
DescribeConfigurationOptionsRequest.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 String applicationName()
The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
public String templateName()
The name of the configuration template whose configuration options you want to describe.
public String environmentName()
The name of the environment whose configuration options you want to describe.
public String solutionStackName()
The name of the solution stack whose configuration options you want to describe.
public String platformArn()
The ARN of the custom platform.
public List<OptionSpecification> options()
If specified, restricts the descriptions to only the specified options.
public DescribeConfigurationOptionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeConfigurationOptionsRequest.Builder,DescribeConfigurationOptionsRequest>
public static DescribeConfigurationOptionsRequest.Builder builder()
public static Class<? extends DescribeConfigurationOptionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.