|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticbeanstalk.model.DescribeConfigurationOptionsRequest
public class DescribeConfigurationOptionsRequest
Container for the parameters to the 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.
AWSElasticBeanstalk.describeConfigurationOptions(DescribeConfigurationOptionsRequest)
Constructor Summary | |
---|---|
DescribeConfigurationOptionsRequest()
Default constructor for a new DescribeConfigurationOptionsRequest object. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeConfigurationOptionsRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |