public class DescribeConfigurationOptionsResult extends Object implements Serializable, Cloneable
Describes the settings for a specified configuration set.
Constructor and Description |
---|
DescribeConfigurationOptionsResult() |
public void setSolutionStackName(String solutionStackName)
The name of the solution stack these configuration options belong to.
solutionStackName
- The name of the solution stack these configuration options belong
to.public String getSolutionStackName()
The name of the solution stack these configuration options belong to.
public DescribeConfigurationOptionsResult withSolutionStackName(String solutionStackName)
The name of the solution stack these configuration options belong to.
solutionStackName
- The name of the solution stack these configuration options belong
to.public List<ConfigurationOptionDescription> getOptions()
A list of ConfigurationOptionDescription.
public void setOptions(Collection<ConfigurationOptionDescription> options)
A list of ConfigurationOptionDescription.
options
- A list of ConfigurationOptionDescription.public DescribeConfigurationOptionsResult withOptions(ConfigurationOptionDescription... options)
A list of ConfigurationOptionDescription.
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
- A list of ConfigurationOptionDescription.public DescribeConfigurationOptionsResult withOptions(Collection<ConfigurationOptionDescription> options)
A list of ConfigurationOptionDescription.
options
- A list of ConfigurationOptionDescription.public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationOptionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.