public class DescribeConfigurationOptionsResult extends Object implements Serializable
Describes the settings for a specified configuration set.
Constructor and Description |
---|
DescribeConfigurationOptionsResult() |
public String getSolutionStackName()
Constraints:
Length: 0 - 100
public void setSolutionStackName(String solutionStackName)
Constraints:
Length: 0 - 100
solutionStackName
- The name of the solution stack these configuration options belong to.public DescribeConfigurationOptionsResult 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 these configuration options belong to.public List<ConfigurationOptionDescription> getOptions()
public void setOptions(Collection<ConfigurationOptionDescription> options)
options
- A list of ConfigurationOptionDescription.public DescribeConfigurationOptionsResult withOptions(ConfigurationOptionDescription... options)
Returns a reference to this object so that method calls can be chained together.
options
- A list of ConfigurationOptionDescription.public DescribeConfigurationOptionsResult withOptions(Collection<ConfigurationOptionDescription> options)
Returns a reference to this object so that method calls can be chained together.
options
- A list of ConfigurationOptionDescription.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.