7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
11#include <aws/elasticbeanstalk/model/OptionSpecification.h>
16namespace ElasticBeanstalk {
49 template <
typename ApplicationNameT = Aws::String>
51 m_applicationNameHasBeenSet =
true;
52 m_applicationName = std::forward<ApplicationNameT>(value);
54 template <
typename ApplicationNameT = Aws::String>
68 template <
typename TemplateNameT = Aws::String>
70 m_templateNameHasBeenSet =
true;
71 m_templateName = std::forward<TemplateNameT>(value);
73 template <
typename TemplateNameT = Aws::String>
87 template <
typename EnvironmentNameT = Aws::String>
89 m_environmentNameHasBeenSet =
true;
90 m_environmentName = std::forward<EnvironmentNameT>(value);
92 template <
typename EnvironmentNameT = Aws::String>
106 template <
typename SolutionStackNameT = Aws::String>
108 m_solutionStackNameHasBeenSet =
true;
109 m_solutionStackName = std::forward<SolutionStackNameT>(value);
111 template <
typename SolutionStackNameT = Aws::String>
124 template <
typename PlatformArnT = Aws::String>
126 m_platformArnHasBeenSet =
true;
127 m_platformArn = std::forward<PlatformArnT>(value);
129 template <
typename PlatformArnT = Aws::String>
142 template <
typename OptionsT = Aws::Vector<OptionSpecification>>
144 m_optionsHasBeenSet =
true;
145 m_options = std::forward<OptionsT>(value);
147 template <
typename OptionsT = Aws::Vector<OptionSpecification>>
152 template <
typename OptionsT = OptionSpecification>
154 m_optionsHasBeenSet =
true;
155 m_options.emplace_back(std::forward<OptionsT>(value));
171 bool m_applicationNameHasBeenSet =
false;
172 bool m_templateNameHasBeenSet =
false;
173 bool m_environmentNameHasBeenSet =
false;
174 bool m_solutionStackNameHasBeenSet =
false;
175 bool m_platformArnHasBeenSet =
false;
176 bool m_optionsHasBeenSet =
false;
void SetOptions(OptionsT &&value)
DescribeConfigurationOptionsRequest & AddOptions(OptionsT &&value)
void SetEnvironmentName(EnvironmentNameT &&value)
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetSolutionStackName() const
const Aws::String & GetPlatformArn() const
bool SolutionStackNameHasBeenSet() const
DescribeConfigurationOptionsRequest & WithOptions(OptionsT &&value)
const Aws::Vector< OptionSpecification > & GetOptions() const
virtual const char * GetServiceRequestName() const override
DescribeConfigurationOptionsRequest & WithSolutionStackName(SolutionStackNameT &&value)
AWS_ELASTICBEANSTALK_API DescribeConfigurationOptionsRequest()=default
const Aws::String & GetTemplateName() const
DescribeConfigurationOptionsRequest & WithTemplateName(TemplateNameT &&value)
bool ApplicationNameHasBeenSet() const
const Aws::String & GetEnvironmentName() const
DescribeConfigurationOptionsRequest & WithEnvironmentName(EnvironmentNameT &&value)
DescribeConfigurationOptionsRequest & WithApplicationName(ApplicationNameT &&value)
void SetSolutionStackName(SolutionStackNameT &&value)
DescribeConfigurationOptionsRequest & WithPlatformArn(PlatformArnT &&value)
const Aws::String & GetApplicationName() const
void SetTemplateName(TemplateNameT &&value)
bool PlatformArnHasBeenSet() const
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
bool EnvironmentNameHasBeenSet() const
bool OptionsHasBeenSet() const
void SetApplicationName(ApplicationNameT &&value)
void SetPlatformArn(PlatformArnT &&value)
bool TemplateNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector