public class DescribeConfigurationOptionsRequest extends AmazonWebServiceRequest implements Serializable
DescribeConfigurationOptions operation
.
Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
NOOP
Constructor and Description |
---|
DescribeConfigurationOptionsRequest()
Default constructor for a new DescribeConfigurationOptionsRequest object.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified
options.
|
DescribeConfigurationOptionsRequest |
withOptions(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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeConfigurationOptionsRequest()
public String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
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.public DescribeConfigurationOptionsRequest withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
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.public String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(String templateName)
Constraints:
Length: 1 - 100
templateName
- The name of the configuration template whose configuration options you
want to describe.public DescribeConfigurationOptionsRequest withTemplateName(String templateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
templateName
- The name of the configuration template whose configuration options you
want to describe.public String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(String environmentName)
Constraints:
Length: 4 - 23
environmentName
- The name of the environment whose configuration options you want to
describe.public DescribeConfigurationOptionsRequest withEnvironmentName(String environmentName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 4 - 23
environmentName
- The name of the environment whose configuration options you want to
describe.public String getSolutionStackName()
Constraints:
Length: 0 - 100
public void setSolutionStackName(String solutionStackName)
Constraints:
Length: 0 - 100
solutionStackName
- The name of the solution stack whose configuration options you want to
describe.public DescribeConfigurationOptionsRequest withSolutionStackName(String solutionStackName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
solutionStackName
- The name of the solution stack whose configuration options you want to
describe.public List<OptionSpecification> getOptions()
public void setOptions(Collection<OptionSpecification> options)
options
- If specified, restricts the descriptions to only the specified
options.public DescribeConfigurationOptionsRequest withOptions(OptionSpecification... options)
Returns a reference to this object so that method calls can be chained together.
options
- If specified, restricts the descriptions to only the specified
options.public DescribeConfigurationOptionsRequest withOptions(Collection<OptionSpecification> options)
Returns a reference to this object so that method calls can be chained together.
options
- If specified, restricts the descriptions to only the specified
options.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.