Class DescribeConfigurationSettingsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.elasticbeanstalk.model.DescribeConfigurationSettingsRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class DescribeConfigurationSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Result message containing all of the configuration settings for a specified solution stack or configuration template.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description DescribeConfigurationSettingsRequest()Default constructor for DescribeConfigurationSettingsRequest object.DescribeConfigurationSettingsRequest(String applicationName)Constructs a new DescribeConfigurationSettingsRequest object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeConfigurationSettingsRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetApplicationName()The application for the environment or configuration template.StringgetEnvironmentName()The name of the environment to describe.StringgetTemplateName()The name of the configuration template to describe.inthashCode()voidsetApplicationName(String applicationName)The application for the environment or configuration template.voidsetEnvironmentName(String environmentName)The name of the environment to describe.voidsetTemplateName(String templateName)The name of the configuration template to describe.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeConfigurationSettingsRequestwithApplicationName(String applicationName)The application for the environment or configuration template.DescribeConfigurationSettingsRequestwithEnvironmentName(String environmentName)The name of the environment to describe.DescribeConfigurationSettingsRequestwithTemplateName(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 Detail
-
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
public DescribeConfigurationSettingsRequest(String applicationName)
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 Detail
-
setApplicationName
public void setApplicationName(String applicationName)
The application for the environment or configuration template.
- Parameters:
applicationName- The application for the environment or configuration template.
-
getApplicationName
public String getApplicationName()
The application for the environment or configuration template.
- Returns:
- The application for the environment or configuration template.
-
withApplicationName
public DescribeConfigurationSettingsRequest withApplicationName(String applicationName)
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
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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returns aMissingRequiredParametererror.- 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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returns aMissingRequiredParametererror.
-
getTemplateName
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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returns aMissingRequiredParametererror.- 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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returns aMissingRequiredParametererror.
-
withTemplateName
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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returns aMissingRequiredParametererror.- 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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returns aMissingRequiredParametererror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEnvironmentName
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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returnsMissingRequiredParametererror.- 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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returnsMissingRequiredParametererror.
-
getEnvironmentName
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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returnsMissingRequiredParametererror.- 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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returnsMissingRequiredParametererror.
-
withEnvironmentName
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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returnsMissingRequiredParametererror.- 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
InvalidParameterCombinationerror. If you do not specify either, AWS Elastic Beanstalk returnsMissingRequiredParametererror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeConfigurationSettingsRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-