@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Describes the settings for a specified configuration set.
Constructor and Description |
---|
DescribeConfigurationOptionsResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 void setPlatformArn(String platformArn)
The ARN of the platform.
platformArn
- The ARN of the platform.public String getPlatformArn()
The ARN of the platform.
public DescribeConfigurationOptionsResult withPlatformArn(String platformArn)
The ARN of the platform.
platformArn
- The ARN of the platform.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.