Class DescribeConfigurationOptionsResult
- java.lang.Object
-
- com.amazonaws.services.elasticbeanstalk.model.DescribeConfigurationOptionsResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DescribeConfigurationOptionsResult extends Object implements Serializable, Cloneable
Describes the settings for a specified configuration set.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeConfigurationOptionsResult()
-
Method Summary
-
-
-
Method Detail
-
setSolutionStackName
public void setSolutionStackName(String solutionStackName)
The name of the solution stack these configuration options belong to.
- Parameters:
solutionStackName
- The name of the solution stack these configuration options belong to.
-
getSolutionStackName
public String getSolutionStackName()
The name of the solution stack these configuration options belong to.
- Returns:
- The name of the solution stack these configuration options belong to.
-
withSolutionStackName
public DescribeConfigurationOptionsResult withSolutionStackName(String solutionStackName)
The name of the solution stack these configuration options belong to.
- Parameters:
solutionStackName
- The name of the solution stack these configuration options belong to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getOptions
public List<ConfigurationOptionDescription> getOptions()
A list of ConfigurationOptionDescription.
- Returns:
- A list of ConfigurationOptionDescription.
-
setOptions
public void setOptions(Collection<ConfigurationOptionDescription> options)
A list of ConfigurationOptionDescription.
- Parameters:
options
- A list of ConfigurationOptionDescription.
-
withOptions
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)
orwithOptions(java.util.Collection)
if you want to override the existing values.- Parameters:
options
- A list of ConfigurationOptionDescription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withOptions
public DescribeConfigurationOptionsResult withOptions(Collection<ConfigurationOptionDescription> options)
A list of ConfigurationOptionDescription.
- Parameters:
options
- A list of ConfigurationOptionDescription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeConfigurationOptionsResult clone()
-
-