Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticbeanstalk.model
Class DescribeConfigurationOptionsResult

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.DescribeConfigurationOptionsResult
All Implemented Interfaces:
Serializable

public class DescribeConfigurationOptionsResult
extends Object
implements Serializable

Describes the settings for a specified configuration set.

See Also:
Serialized Form

Constructor Summary
DescribeConfigurationOptionsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<ConfigurationOptionDescription> getOptions()
          A list of ConfigurationOptionDescription.
 String getSolutionStackName()
          The name of the solution stack these configuration options belong to.
 int hashCode()
           
 void setOptions(Collection<ConfigurationOptionDescription> options)
          A list of ConfigurationOptionDescription.
 void setSolutionStackName(String solutionStackName)
          The name of the solution stack these configuration options belong to.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeConfigurationOptionsResult withOptions(Collection<ConfigurationOptionDescription> options)
          A list of ConfigurationOptionDescription.
 DescribeConfigurationOptionsResult withOptions(ConfigurationOptionDescription... options)
          A list of ConfigurationOptionDescription.
 DescribeConfigurationOptionsResult withSolutionStackName(String solutionStackName)
          The name of the solution stack these configuration options belong to.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeConfigurationOptionsResult

public DescribeConfigurationOptionsResult()
Method Detail

getSolutionStackName

public String getSolutionStackName()
The name of the solution stack these configuration options belong to.

Constraints:
Length: 0 - 100

Returns:
The name of the solution stack these configuration options belong to.

setSolutionStackName

public void setSolutionStackName(String solutionStackName)
The name of the solution stack these configuration options belong to.

Constraints:
Length: 0 - 100

Parameters:
solutionStackName - 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.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 100

Parameters:
solutionStackName - The name of the solution stack these configuration options belong to.
Returns:
A reference to this updated 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
options - A list of ConfigurationOptionDescription.
Returns:
A reference to this updated object so that method calls can be chained together.

withOptions

public DescribeConfigurationOptionsResult withOptions(Collection<ConfigurationOptionDescription> options)
A list of ConfigurationOptionDescription.

Returns a reference to this object so that method calls can be chained together.

Parameters:
options - A list of ConfigurationOptionDescription.
Returns:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.