Class DescribeConfigurationOptionsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.elasticbeanstalk.model.DescribeConfigurationOptionsRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class DescribeConfigurationOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Result message containig a list of application version descriptions.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description DescribeConfigurationOptionsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeConfigurationOptionsRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetApplicationName()The name of the application associated with the configuration template or environment.StringgetEnvironmentName()The name of the environment whose configuration options you want to describe.List<OptionSpecification>getOptions()If specified, restricts the descriptions to only the specified options.StringgetSolutionStackName()The name of the solution stack whose configuration options you want to describe.StringgetTemplateName()The name of the configuration template whose configuration options you want to describe.inthashCode()voidsetApplicationName(String applicationName)The name of the application associated with the configuration template or environment.voidsetEnvironmentName(String environmentName)The name of the environment whose configuration options you want to describe.voidsetOptions(Collection<OptionSpecification> options)If specified, restricts the descriptions to only the specified options.voidsetSolutionStackName(String solutionStackName)The name of the solution stack whose configuration options you want to describe.voidsetTemplateName(String templateName)The name of the configuration template whose configuration options you want to describe.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeConfigurationOptionsRequestwithApplicationName(String applicationName)The name of the application associated with the configuration template or environment.DescribeConfigurationOptionsRequestwithEnvironmentName(String environmentName)The name of the environment whose configuration options you want to describe.DescribeConfigurationOptionsRequestwithOptions(OptionSpecification... options)If specified, restricts the descriptions to only the specified options.DescribeConfigurationOptionsRequestwithOptions(Collection<OptionSpecification> options)If specified, restricts the descriptions to only the specified options.DescribeConfigurationOptionsRequestwithSolutionStackName(String solutionStackName)The name of the solution stack whose configuration options you want to describe.DescribeConfigurationOptionsRequestwithTemplateName(String templateName)The name of the configuration template whose configuration options you want 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
-
-
-
-
Method Detail
-
setApplicationName
public void setApplicationName(String applicationName)
The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
- Parameters:
applicationName- The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
-
getApplicationName
public String getApplicationName()
The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
- Returns:
- The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
-
withApplicationName
public DescribeConfigurationOptionsRequest withApplicationName(String applicationName)
The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
- Parameters:
applicationName- The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.- 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 whose configuration options you want to describe.
- Parameters:
templateName- The name of the configuration template whose configuration options you want to describe.
-
getTemplateName
public String getTemplateName()
The name of the configuration template whose configuration options you want to describe.
- Returns:
- The name of the configuration template whose configuration options you want to describe.
-
withTemplateName
public DescribeConfigurationOptionsRequest withTemplateName(String templateName)
The name of the configuration template whose configuration options you want to describe.
- Parameters:
templateName- The name of the configuration template whose configuration options you want to describe.- 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 whose configuration options you want to describe.
- Parameters:
environmentName- The name of the environment whose configuration options you want to describe.
-
getEnvironmentName
public String getEnvironmentName()
The name of the environment whose configuration options you want to describe.
- Returns:
- The name of the environment whose configuration options you want to describe.
-
withEnvironmentName
public DescribeConfigurationOptionsRequest withEnvironmentName(String environmentName)
The name of the environment whose configuration options you want to describe.
- Parameters:
environmentName- The name of the environment whose configuration options you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSolutionStackName
public void setSolutionStackName(String solutionStackName)
The name of the solution stack whose configuration options you want to describe.
- Parameters:
solutionStackName- The name of the solution stack whose configuration options you want to describe.
-
getSolutionStackName
public String getSolutionStackName()
The name of the solution stack whose configuration options you want to describe.
- Returns:
- The name of the solution stack whose configuration options you want to describe.
-
withSolutionStackName
public DescribeConfigurationOptionsRequest withSolutionStackName(String solutionStackName)
The name of the solution stack whose configuration options you want to describe.
- Parameters:
solutionStackName- The name of the solution stack whose configuration options you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getOptions
public List<OptionSpecification> getOptions()
If specified, restricts the descriptions to only the specified options.
- Returns:
- If specified, restricts the descriptions to only the specified options.
-
setOptions
public void setOptions(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options.
- Parameters:
options- If specified, restricts the descriptions to only the specified options.
-
withOptions
public DescribeConfigurationOptionsRequest withOptions(OptionSpecification... options)
If specified, restricts the descriptions to only the specified options.
NOTE: This method appends the values to the existing list (if any). Use
setOptions(java.util.Collection)orwithOptions(java.util.Collection)if you want to override the existing values.- Parameters:
options- If specified, restricts the descriptions to only the specified options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withOptions
public DescribeConfigurationOptionsRequest withOptions(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options.
- Parameters:
options- If specified, restricts the descriptions to only the specified options.- 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 DescribeConfigurationOptionsRequest 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()
-
-