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

public class DescribeConfigurationOptionsResult
extends java.lang.Object

Describes the settings for a specified configuration set.


Constructor Summary
DescribeConfigurationOptionsResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<ConfigurationOptionDescription> getOptions()
          A list of ConfigurationOptionDescription.
 java.lang.String getSolutionStackName()
          The name of the solution stack these configuration options belong to.
 int hashCode()
           
 void setOptions(java.util.Collection<ConfigurationOptionDescription> options)
          A list of ConfigurationOptionDescription.
 void setSolutionStackName(java.lang.String solutionStackName)
          The name of the solution stack these configuration options belong to.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeConfigurationOptionsResult withOptions(java.util.Collection<ConfigurationOptionDescription> options)
          A list of ConfigurationOptionDescription.
 DescribeConfigurationOptionsResult withOptions(ConfigurationOptionDescription... options)
          A list of ConfigurationOptionDescription.
 DescribeConfigurationOptionsResult withSolutionStackName(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.util.List<ConfigurationOptionDescription> getOptions()
A list of ConfigurationOptionDescription.

Returns:
A list of ConfigurationOptionDescription.

setOptions

public void setOptions(java.util.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(java.util.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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