@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Result message containing all of the configuration settings for a specified solution stack or configuration template.
NOOP| Constructor and Description | 
|---|
| DescribeConfigurationSettingsRequest()Default constructor for DescribeConfigurationSettingsRequest object. | 
| DescribeConfigurationSettingsRequest(String applicationName)Constructs a new DescribeConfigurationSettingsRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeConfigurationSettingsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| 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. | 
| 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. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeConfigurationSettingsRequest()
public DescribeConfigurationSettingsRequest(String applicationName)
applicationName - The application for the environment or configuration template.public void setApplicationName(String applicationName)
The application for the environment or configuration template.
applicationName - The application for the environment or configuration template.public String getApplicationName()
The application for the environment or configuration template.
public DescribeConfigurationSettingsRequest withApplicationName(String applicationName)
The application for the environment or configuration template.
applicationName - The application for the environment or configuration template.public void setTemplateName(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.
 
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 getTemplateName()
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 DescribeConfigurationSettingsRequest withTemplateName(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.
 
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 void setEnvironmentName(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.
 
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 getEnvironmentName()
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 withEnvironmentName(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.
 
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()public DescribeConfigurationSettingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()