public class DescribeConfigurationOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Result message containig a list of application version descriptions.
NOOP
Constructor and Description |
---|
DescribeConfigurationOptionsRequest() |
Modifier and Type | Method and 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(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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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.
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 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.
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.
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 void setTemplateName(String templateName)
The name of the configuration template whose configuration options you want to describe.
templateName
- The name of the configuration template whose configuration options
you want to describe.public String getTemplateName()
The name of the configuration template whose configuration options you want to describe.
public DescribeConfigurationOptionsRequest withTemplateName(String templateName)
The name of the configuration template whose configuration options you want to describe.
templateName
- The name of the configuration template whose configuration options
you want to describe.public void setEnvironmentName(String environmentName)
The name of the environment whose configuration options you want to describe.
environmentName
- The name of the environment whose configuration options you want
to describe.public String getEnvironmentName()
The name of the environment whose configuration options you want to describe.
public DescribeConfigurationOptionsRequest withEnvironmentName(String environmentName)
The name of the environment whose configuration options you want to describe.
environmentName
- The name of the environment whose configuration options you want
to describe.public void setSolutionStackName(String solutionStackName)
The name of the solution stack whose configuration options you want to describe.
solutionStackName
- The name of the solution stack whose configuration options you
want to describe.public String getSolutionStackName()
The name of the solution stack whose configuration options you want to describe.
public DescribeConfigurationOptionsRequest withSolutionStackName(String solutionStackName)
The name of the solution stack whose configuration options you want to describe.
solutionStackName
- The name of the solution stack whose configuration options you
want to describe.public List<OptionSpecification> getOptions()
If specified, restricts the descriptions to only the specified options.
public void setOptions(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options.
options
- If specified, restricts the descriptions to only the specified
options.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)
or
withOptions(java.util.Collection)
if you want to override the
existing values.
options
- If specified, restricts the descriptions to only the specified
options.public DescribeConfigurationOptionsRequest withOptions(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options.
options
- If specified, restricts the descriptions to only the specified
options.public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.