public class DescribeConfigurationOptionsRequest extends AmazonWebServiceRequest implements java.io.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.
| コンストラクタと説明 |
|---|
DescribeConfigurationOptionsRequest()
Default constructor for a new DescribeConfigurationOptionsRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeConfigurationOptionsRequest()
public java.lang.String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(java.lang.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(java.lang.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 java.lang.String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(java.lang.String templateName)
Constraints:
Length: 1 - 100
templateName - The name of the configuration template whose configuration options you
want to describe.public DescribeConfigurationOptionsRequest withTemplateName(java.lang.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 java.lang.String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(java.lang.String environmentName)
Constraints:
Length: 4 - 23
environmentName - The name of the environment whose configuration options you want to
describe.public DescribeConfigurationOptionsRequest withEnvironmentName(java.lang.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 java.lang.String getSolutionStackName()
Constraints:
Length: 0 - 100
public void setSolutionStackName(java.lang.String solutionStackName)
Constraints:
Length: 0 - 100
solutionStackName - The name of the solution stack whose configuration options you want to
describe.public DescribeConfigurationOptionsRequest withSolutionStackName(java.lang.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 java.util.List<OptionSpecification> getOptions()
public void setOptions(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object