7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
11#include <aws/elasticbeanstalk/model/ConfigurationOptionDescription.h>
12#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ElasticBeanstalk {
45 template <
typename SolutionStackNameT = Aws::String>
47 m_solutionStackNameHasBeenSet =
true;
48 m_solutionStackName = std::forward<SolutionStackNameT>(value);
50 template <
typename SolutionStackNameT = Aws::String>
62 template <
typename PlatformArnT = Aws::String>
64 m_platformArnHasBeenSet =
true;
65 m_platformArn = std::forward<PlatformArnT>(value);
67 template <
typename PlatformArnT = Aws::String>
79 template <
typename OptionsT = Aws::Vector<ConfigurationOptionDescription>>
81 m_optionsHasBeenSet =
true;
82 m_options = std::forward<OptionsT>(value);
84 template <
typename OptionsT = Aws::Vector<ConfigurationOptionDescription>>
89 template <
typename OptionsT = ConfigurationOptionDescription>
91 m_optionsHasBeenSet =
true;
92 m_options.emplace_back(std::forward<OptionsT>(value));
100 template <
typename ResponseMetadataT = ResponseMetadata>
102 m_responseMetadataHasBeenSet =
true;
103 m_responseMetadata = std::forward<ResponseMetadataT>(value);
105 template <
typename ResponseMetadataT = ResponseMetadata>
122 bool m_solutionStackNameHasBeenSet =
false;
123 bool m_platformArnHasBeenSet =
false;
124 bool m_optionsHasBeenSet =
false;
125 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API DescribeConfigurationOptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetOptions(OptionsT &&value)
void SetSolutionStackName(SolutionStackNameT &&value)
DescribeConfigurationOptionsResult & WithOptions(OptionsT &&value)
DescribeConfigurationOptionsResult & WithResponseMetadata(ResponseMetadataT &&value)
DescribeConfigurationOptionsResult & WithPlatformArn(PlatformArnT &&value)
DescribeConfigurationOptionsResult & WithSolutionStackName(SolutionStackNameT &&value)
const Aws::Vector< ConfigurationOptionDescription > & GetOptions() const
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICBEANSTALK_API DescribeConfigurationOptionsResult()=default
void SetPlatformArn(PlatformArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetSolutionStackName() const
DescribeConfigurationOptionsResult & AddOptions(OptionsT &&value)
const ResponseMetadata & GetResponseMetadata() const
const Aws::String & GetPlatformArn() const
AWS_ELASTICBEANSTALK_API DescribeConfigurationOptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument