Class DescribeConfigurationOptionsResult
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.DescribeConfigurationOptionsResult
- All Implemented Interfaces:
Serializable, Cloneable
Describes the settings for a specified configuration set.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of ConfigurationOptionDescription.The name of the solution stack these configuration options belong to.inthashCode()voidA list of ConfigurationOptionDescription.voidsetSolutionStackName(String solutionStackName) The name of the solution stack these configuration options belong to.toString()Returns a string representation of this object; useful for testing and debugging.withOptions(ConfigurationOptionDescription... options) A list of ConfigurationOptionDescription.A list of ConfigurationOptionDescription.withSolutionStackName(String solutionStackName) The name of the solution stack these configuration options belong to.
-
Constructor Details
-
DescribeConfigurationOptionsResult
public DescribeConfigurationOptionsResult()
-
-
Method Details
-
setSolutionStackName
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
The name of the solution stack these configuration options belong to.
- Returns:
- The name of the solution stack these configuration options belong to.
-
withSolutionStackName
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
A list of ConfigurationOptionDescription.
- Returns:
- A list of ConfigurationOptionDescription.
-
setOptions
A list of ConfigurationOptionDescription.
- Parameters:
options- A list of ConfigurationOptionDescription.
-
withOptions
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
-
equals
-
hashCode
-
clone
-