public class DescribeConfigurationSettingsRequest extends AmazonWebServiceRequest implements Serializable
DescribeConfigurationSettings operation.
 Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.
When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.
Related Topics
NOOP| Constructor and Description | 
|---|
| DescribeConfigurationSettingsRequest()Default constructor for a new DescribeConfigurationSettingsRequest object. | 
| DescribeConfigurationSettingsRequest(String applicationName)Constructs a new DescribeConfigurationSettingsRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getApplicationName()The application for the environment or configuration template. | 
| String | getEnvironmentName()The name of the environment to describe. | 
| String | getTemplateName()The name of the configuration template to describe. | 
| int | hashCode() | 
| void | setApplicationName(String applicationName)The application for the environment or configuration template. | 
| void | setEnvironmentName(String environmentName)The name of the environment to describe. | 
| void | setTemplateName(String templateName)The name of the configuration template to describe. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DescribeConfigurationSettingsRequest | withApplicationName(String applicationName)The application for the environment or configuration template. | 
| DescribeConfigurationSettingsRequest | withEnvironmentName(String environmentName)The name of the environment to describe. | 
| DescribeConfigurationSettingsRequest | withTemplateName(String templateName)The name of the configuration template to describe. | 
copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DescribeConfigurationSettingsRequest()
public DescribeConfigurationSettingsRequest(String applicationName)
applicationName - The application for the environment or
 configuration template.public String getApplicationName()
 Constraints:
 Length: 1 - 100
public void setApplicationName(String applicationName)
 Constraints:
 Length: 1 - 100
applicationName - The application for the environment or configuration template.public DescribeConfigurationSettingsRequest withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 100
applicationName - The application for the environment or configuration template.public String getTemplateName()
 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.
 
 Constraints:
 Length: 1 - 100
 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 void setTemplateName(String templateName)
 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.
 
 Constraints:
 Length: 1 - 100
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.
public DescribeConfigurationSettingsRequest withTemplateName(String templateName)
 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.
 
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 100
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.
public String getEnvironmentName()
 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.
 
 Constraints:
 Length: 4 - 23
 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 void setEnvironmentName(String environmentName)
 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.
 
 Constraints:
 Length: 4 - 23
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.
public DescribeConfigurationSettingsRequest withEnvironmentName(String environmentName)
 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.
 
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 4 - 23
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.
public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.