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 DescribeConfigurationOptionsRequest
clone()
Creates a shallow clone of this request.boolean
equals(Object obj)
String
getApplicationName()
The name of the application associated with the configuration template or environment.String
getEnvironmentName()
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.String
getSolutionStackName()
The name of the solution stack whose configuration options you want to describe.String
getTemplateName()
The name of the configuration template whose configuration options you want to describe.int
hashCode()
void
setApplicationName(String applicationName)
The name of the application associated with the configuration template or environment.void
setEnvironmentName(String environmentName)
The name of the environment whose configuration options you want to describe.void
setOptions(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options.void
setSolutionStackName(String solutionStackName)
The name of the solution stack whose configuration options you want to describe.void
setTemplateName(String templateName)
The name of the configuration template whose configuration options you want to describe.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeConfigurationOptionsRequest
withApplicationName(String applicationName)
The name of the application associated with the configuration template or environment.DescribeConfigurationOptionsRequest
withEnvironmentName(String environmentName)
The name of the environment whose configuration options you want to describe.DescribeConfigurationOptionsRequest
withOptions(OptionSpecification... options)
If specified, restricts the descriptions to only the specified options.DescribeConfigurationOptionsRequest
withOptions(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options.DescribeConfigurationOptionsRequest
withSolutionStackName(String solutionStackName)
The name of the solution stack whose configuration options you want to describe.DescribeConfigurationOptionsRequest
withTemplateName(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeConfigurationOptionsRequest 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:
Object.clone()
-
-