7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticbeanstalk/model/SourceConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/elasticbeanstalk/model/ConfigurationOptionSetting.h>
13#include <aws/elasticbeanstalk/model/Tag.h>
18namespace ElasticBeanstalk
53 template<
typename ApplicationNameT = Aws::String>
54 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
55 template<
typename ApplicationNameT = Aws::String>
66 template<
typename TemplateNameT = Aws::String>
67 void SetTemplateName(TemplateNameT&& value) { m_templateNameHasBeenSet =
true; m_templateName = std::forward<TemplateNameT>(value); }
68 template<
typename TemplateNameT = Aws::String>
91 template<
typename SolutionStackNameT = Aws::String>
92 void SetSolutionStackName(SolutionStackNameT&& value) { m_solutionStackNameHasBeenSet =
true; m_solutionStackName = std::forward<SolutionStackNameT>(value); }
93 template<
typename SolutionStackNameT = Aws::String>
108 template<
typename PlatformArnT = Aws::String>
109 void SetPlatformArn(PlatformArnT&& value) { m_platformArnHasBeenSet =
true; m_platformArn = std::forward<PlatformArnT>(value); }
110 template<
typename PlatformArnT = Aws::String>
129 template<
typename SourceConfigurationT = SourceConfiguration>
130 void SetSourceConfiguration(SourceConfigurationT&& value) { m_sourceConfigurationHasBeenSet =
true; m_sourceConfiguration = std::forward<SourceConfigurationT>(value); }
131 template<
typename SourceConfigurationT = SourceConfiguration>
144 template<
typename EnvironmentIdT = Aws::String>
145 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
146 template<
typename EnvironmentIdT = Aws::String>
156 template<
typename DescriptionT = Aws::String>
157 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
158 template<
typename DescriptionT = Aws::String>
173 template<
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
174 void SetOptionSettings(OptionSettingsT&& value) { m_optionSettingsHasBeenSet =
true; m_optionSettings = std::forward<OptionSettingsT>(value); }
175 template<
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
177 template<
typename OptionSettingsT = ConfigurationOptionSetting>
187 template<
typename TagsT = Aws::Vector<Tag>>
188 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
189 template<
typename TagsT = Aws::Vector<Tag>>
191 template<
typename TagsT = Tag>
197 bool m_applicationNameHasBeenSet =
false;
200 bool m_templateNameHasBeenSet =
false;
203 bool m_solutionStackNameHasBeenSet =
false;
206 bool m_platformArnHasBeenSet =
false;
209 bool m_sourceConfigurationHasBeenSet =
false;
212 bool m_environmentIdHasBeenSet =
false;
215 bool m_descriptionHasBeenSet =
false;
218 bool m_optionSettingsHasBeenSet =
false;
221 bool m_tagsHasBeenSet =
false;
const Aws::String & GetSolutionStackName() const
CreateConfigurationTemplateRequest & WithEnvironmentId(EnvironmentIdT &&value)
void SetTags(TagsT &&value)
CreateConfigurationTemplateRequest & WithSourceConfiguration(SourceConfigurationT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetEnvironmentId() const
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
const Aws::String & GetTemplateName() const
virtual const char * GetServiceRequestName() const override
void SetPlatformArn(PlatformArnT &&value)
CreateConfigurationTemplateRequest & AddTags(TagsT &&value)
void SetOptionSettings(OptionSettingsT &&value)
CreateConfigurationTemplateRequest & WithPlatformArn(PlatformArnT &&value)
void SetDescription(DescriptionT &&value)
CreateConfigurationTemplateRequest & AddOptionSettings(OptionSettingsT &&value)
bool EnvironmentIdHasBeenSet() const
const Aws::String & GetApplicationName() const
AWS_ELASTICBEANSTALK_API CreateConfigurationTemplateRequest()=default
const SourceConfiguration & GetSourceConfiguration() const
CreateConfigurationTemplateRequest & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
bool SolutionStackNameHasBeenSet() const
const Aws::String & GetDescription() const
CreateConfigurationTemplateRequest & WithSolutionStackName(SolutionStackNameT &&value)
void SetApplicationName(ApplicationNameT &&value)
bool TemplateNameHasBeenSet() const
void SetSourceConfiguration(SourceConfigurationT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
CreateConfigurationTemplateRequest & WithTemplateName(TemplateNameT &&value)
bool OptionSettingsHasBeenSet() const
bool ApplicationNameHasBeenSet() const
CreateConfigurationTemplateRequest & WithApplicationName(ApplicationNameT &&value)
bool SourceConfigurationHasBeenSet() const
void SetTemplateName(TemplateNameT &&value)
const Aws::String & GetPlatformArn() const
CreateConfigurationTemplateRequest & WithTags(TagsT &&value)
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateConfigurationTemplateRequest & WithOptionSettings(OptionSettingsT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetSolutionStackName(SolutionStackNameT &&value)
bool PlatformArnHasBeenSet() const
const Aws::Vector< ConfigurationOptionSetting > & GetOptionSettings() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector