public class DescribeConfigurationOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Result message containig a list of application version descriptions.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
applicationName
The name of the application associated with the configuration template or
environment.
|
private java.lang.String |
environmentName
The name of the environment whose configuration options you want to
describe.
|
private SdkInternalList<OptionSpecification> |
options
If specified, restricts the descriptions to only the specified options.
|
private java.lang.String |
solutionStackName
The name of the solution stack whose configuration options you want to
describe.
|
private java.lang.String |
templateName
The name of the configuration template whose configuration options you
want to describe.
|
NOOP
Constructor and Description |
---|
DescribeConfigurationOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationOptionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of the application associated with the configuration template or
environment.
|
java.lang.String |
getEnvironmentName()
The name of the environment whose configuration options you want to
describe.
|
java.util.List<OptionSpecification> |
getOptions()
If specified, restricts the descriptions to only the specified options.
|
java.lang.String |
getSolutionStackName()
The name of the solution stack whose configuration options you want to
describe.
|
java.lang.String |
getTemplateName()
The name of the configuration template whose configuration options you
want to describe.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of the application associated with the configuration template or
environment.
|
void |
setEnvironmentName(java.lang.String environmentName)
The name of the environment whose configuration options you want to
describe.
|
void |
setOptions(java.util.Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options.
|
void |
setSolutionStackName(java.lang.String solutionStackName)
The name of the solution stack whose configuration options you want to
describe.
|
void |
setTemplateName(java.lang.String templateName)
The name of the configuration template whose configuration options you
want to describe.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConfigurationOptionsRequest |
withApplicationName(java.lang.String applicationName)
The name of the application associated with the configuration template or
environment.
|
DescribeConfigurationOptionsRequest |
withEnvironmentName(java.lang.String environmentName)
The name of the environment whose configuration options you want to
describe.
|
DescribeConfigurationOptionsRequest |
withOptions(java.util.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(java.lang.String solutionStackName)
The name of the solution stack whose configuration options you want to
describe.
|
DescribeConfigurationOptionsRequest |
withTemplateName(java.lang.String templateName)
The name of the configuration template whose configuration options you
want to describe.
|
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
private java.lang.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.
private java.lang.String templateName
The name of the configuration template whose configuration options you want to describe.
private java.lang.String environmentName
The name of the environment whose configuration options you want to describe.
private java.lang.String solutionStackName
The name of the solution stack whose configuration options you want to describe.
private SdkInternalList<OptionSpecification> options
If specified, restricts the descriptions to only the specified options.
public void setApplicationName(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String getTemplateName()
The name of the configuration template whose configuration options you want to describe.
public DescribeConfigurationOptionsRequest withTemplateName(java.lang.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(java.lang.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 java.lang.String getEnvironmentName()
The name of the environment whose configuration options you want to describe.
public DescribeConfigurationOptionsRequest withEnvironmentName(java.lang.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(java.lang.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 java.lang.String getSolutionStackName()
The name of the solution stack whose configuration options you want to describe.
public DescribeConfigurationOptionsRequest withSolutionStackName(java.lang.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 java.util.List<OptionSpecification> getOptions()
If specified, restricts the descriptions to only the specified options.
public void setOptions(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeConfigurationOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()