Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeConfigurationSettingsRequest.Builder,DescribeConfigurationSettingsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeConfigurationSettingsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeConfigurationSettingsRequest.Builder,DescribeConfigurationSettingsRequest>
Result message containing all of the configuration settings for a specified solution stack or configuration template.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeConfigurationSettingsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The application for the environment or configuration template.
|
static DescribeConfigurationSettingsRequest.Builder |
builder() |
|
String |
environmentName() |
The name of the environment to describe.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeConfigurationSettingsRequest.Builder> |
serializableBuilderClass() |
|
String |
templateName() |
The name of the configuration template to describe.
|
DescribeConfigurationSettingsRequest.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 application for the environment or configuration template.
public String templateName()
The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS
Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS
Elastic Beanstalk returns a MissingRequiredParameter
error.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify
both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not
specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
public String environmentName()
The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic
Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic
Beanstalk returns MissingRequiredParameter
error.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic
Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS
Elastic Beanstalk returns MissingRequiredParameter
error.
public DescribeConfigurationSettingsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeConfigurationSettingsRequest.Builder,DescribeConfigurationSettingsRequest>
public static DescribeConfigurationSettingsRequest.Builder builder()
public static Class<? extends DescribeConfigurationSettingsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.