Class DescribeConfigurationSettingsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Result message containing all of the configuration settings for a specified solution stack or configuration template.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for DescribeConfigurationSettingsRequest object.DescribeConfigurationSettingsRequest
(String applicationName) Constructs a new DescribeConfigurationSettingsRequest object. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The application for the environment or configuration template.The name of the environment to describe.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.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) The application for the environment or configuration template.withEnvironmentName
(String environmentName) The name of the environment to describe.withTemplateName
(String templateName) The name of the configuration template to describe.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DescribeConfigurationSettingsRequest
public DescribeConfigurationSettingsRequest()Default constructor for DescribeConfigurationSettingsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
DescribeConfigurationSettingsRequest
Constructs a new DescribeConfigurationSettingsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
applicationName
- The application for the environment or configuration template.
-
-
Method Details
-
setApplicationName
The application for the environment or configuration template.
- Parameters:
applicationName
- The application for the environment or configuration template.
-
getApplicationName
The application for the environment or configuration template.
- Returns:
- The application for the environment or configuration template.
-
withApplicationName
The application for the environment or configuration template.
- Parameters:
applicationName
- The application for the environment or configuration template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTemplateName
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 aMissingRequiredParameter
error.- Parameters:
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 aMissingRequiredParameter
error.
-
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 aMissingRequiredParameter
error.- Returns:
- 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 aMissingRequiredParameter
error.
-
withTemplateName
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 aMissingRequiredParameter
error.- Parameters:
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 aMissingRequiredParameter
error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEnvironmentName
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 returnsMissingRequiredParameter
error.- Parameters:
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 returnsMissingRequiredParameter
error.
-
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 returnsMissingRequiredParameter
error.- Returns:
- 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 returnsMissingRequiredParameter
error.
-
withEnvironmentName
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 returnsMissingRequiredParameter
error.- Parameters:
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 returnsMissingRequiredParameter
error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-