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/ConfigurationOptionSetting.h>
12#include <aws/elasticbeanstalk/model/EnvironmentTier.h>
13#include <aws/elasticbeanstalk/model/OptionSpecification.h>
14#include <aws/elasticbeanstalk/model/Tag.h>
19namespace ElasticBeanstalk {
49 template <
typename ApplicationNameT = Aws::String>
51 m_applicationNameHasBeenSet =
true;
52 m_applicationName = std::forward<ApplicationNameT>(value);
54 template <
typename ApplicationNameT = Aws::String>
74 template <
typename EnvironmentNameT = Aws::String>
76 m_environmentNameHasBeenSet =
true;
77 m_environmentName = std::forward<EnvironmentNameT>(value);
79 template <
typename EnvironmentNameT = Aws::String>
96 template <
typename GroupNameT = Aws::String>
98 m_groupNameHasBeenSet =
true;
99 m_groupName = std::forward<GroupNameT>(value);
101 template <
typename GroupNameT = Aws::String>
114 template <
typename DescriptionT = Aws::String>
116 m_descriptionHasBeenSet =
true;
117 m_description = std::forward<DescriptionT>(value);
119 template <
typename DescriptionT = Aws::String>
135 template <
typename CNAMEPrefixT = Aws::String>
137 m_cNAMEPrefixHasBeenSet =
true;
138 m_cNAMEPrefix = std::forward<CNAMEPrefixT>(value);
140 template <
typename CNAMEPrefixT = Aws::String>
156 template <
typename TierT = EnvironmentTier>
158 m_tierHasBeenSet =
true;
159 m_tier = std::forward<TierT>(value);
161 template <
typename TierT = EnvironmentTier>
163 SetTier(std::forward<TierT>(value));
174 template <
typename TagsT = Aws::Vector<Tag>>
176 m_tagsHasBeenSet =
true;
177 m_tags = std::forward<TagsT>(value);
179 template <
typename TagsT = Aws::Vector<Tag>>
181 SetTags(std::forward<TagsT>(value));
184 template <
typename TagsT = Tag>
186 m_tagsHasBeenSet =
true;
187 m_tags.emplace_back(std::forward<TagsT>(value));
199 template <
typename VersionLabelT = Aws::String>
201 m_versionLabelHasBeenSet =
true;
202 m_versionLabel = std::forward<VersionLabelT>(value);
204 template <
typename VersionLabelT = Aws::String>
219 template <
typename TemplateNameT = Aws::String>
221 m_templateNameHasBeenSet =
true;
222 m_templateName = std::forward<TemplateNameT>(value);
224 template <
typename TemplateNameT = Aws::String>
244 template <
typename SolutionStackNameT = Aws::String>
246 m_solutionStackNameHasBeenSet =
true;
247 m_solutionStackName = std::forward<SolutionStackNameT>(value);
249 template <
typename SolutionStackNameT = Aws::String>
267 template <
typename PlatformArnT = Aws::String>
269 m_platformArnHasBeenSet =
true;
270 m_platformArn = std::forward<PlatformArnT>(value);
272 template <
typename PlatformArnT = Aws::String>
288 template <
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
290 m_optionSettingsHasBeenSet =
true;
291 m_optionSettings = std::forward<OptionSettingsT>(value);
293 template <
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
298 template <
typename OptionSettingsT = ConfigurationOptionSetting>
300 m_optionSettingsHasBeenSet =
true;
301 m_optionSettings.emplace_back(std::forward<OptionSettingsT>(value));
313 template <
typename OptionsToRemoveT = Aws::Vector<OptionSpecification>>
315 m_optionsToRemoveHasBeenSet =
true;
316 m_optionsToRemove = std::forward<OptionsToRemoveT>(value);
318 template <
typename OptionsToRemoveT = Aws::Vector<OptionSpecification>>
323 template <
typename OptionsToRemoveT = OptionSpecification>
325 m_optionsToRemoveHasBeenSet =
true;
326 m_optionsToRemove.emplace_back(std::forward<OptionsToRemoveT>(value));
344 template <
typename OperationsRoleT = Aws::String>
346 m_operationsRoleHasBeenSet =
true;
347 m_operationsRole = std::forward<OperationsRoleT>(value);
349 template <
typename OperationsRoleT = Aws::String>
383 bool m_applicationNameHasBeenSet =
false;
384 bool m_environmentNameHasBeenSet =
false;
385 bool m_groupNameHasBeenSet =
false;
386 bool m_descriptionHasBeenSet =
false;
387 bool m_cNAMEPrefixHasBeenSet =
false;
388 bool m_tierHasBeenSet =
false;
389 bool m_tagsHasBeenSet =
false;
390 bool m_versionLabelHasBeenSet =
false;
391 bool m_templateNameHasBeenSet =
false;
392 bool m_solutionStackNameHasBeenSet =
false;
393 bool m_platformArnHasBeenSet =
false;
394 bool m_optionSettingsHasBeenSet =
false;
395 bool m_optionsToRemoveHasBeenSet =
false;
396 bool m_operationsRoleHasBeenSet =
false;
void SetCNAMEPrefix(CNAMEPrefixT &&value)
const Aws::String & GetApplicationName() const
CreateEnvironmentRequest & WithOperationsRole(OperationsRoleT &&value)
void SetOperationsRole(OperationsRoleT &&value)
bool OptionSettingsHasBeenSet() const
bool TemplateNameHasBeenSet() const
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
const Aws::String & GetCNAMEPrefix() const
void SetPlatformArn(PlatformArnT &&value)
bool TierHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetEnvironmentName(EnvironmentNameT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetOperationsRole() const
bool CNAMEPrefixHasBeenSet() const
CreateEnvironmentRequest & WithTier(TierT &&value)
bool ApplicationNameHasBeenSet() const
CreateEnvironmentRequest & WithEnvironmentName(EnvironmentNameT &&value)
const EnvironmentTier & GetTier() const
CreateEnvironmentRequest & WithApplicationName(ApplicationNameT &&value)
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateEnvironmentRequest & WithTemplateName(TemplateNameT &&value)
void SetVersionLabel(VersionLabelT &&value)
CreateEnvironmentRequest & WithSolutionStackName(SolutionStackNameT &&value)
const Aws::Vector< ConfigurationOptionSetting > & GetOptionSettings() const
CreateEnvironmentRequest & WithVersionLabel(VersionLabelT &&value)
void SetTags(TagsT &&value)
CreateEnvironmentRequest & AddOptionsToRemove(OptionsToRemoveT &&value)
CreateEnvironmentRequest & WithPlatformArn(PlatformArnT &&value)
const Aws::String & GetSolutionStackName() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetGroupName() const
const Aws::String & GetPlatformArn() const
bool OperationsRoleHasBeenSet() const
void SetOptionsToRemove(OptionsToRemoveT &&value)
bool OptionsToRemoveHasBeenSet() const
CreateEnvironmentRequest & WithOptionsToRemove(OptionsToRemoveT &&value)
void SetGroupName(GroupNameT &&value)
bool GroupNameHasBeenSet() const
void SetTier(TierT &&value)
void SetSolutionStackName(SolutionStackNameT &&value)
void SetApplicationName(ApplicationNameT &&value)
const Aws::String & GetVersionLabel() const
bool EnvironmentNameHasBeenSet() const
const Aws::String & GetEnvironmentName() const
const Aws::Vector< OptionSpecification > & GetOptionsToRemove() const
AWS_ELASTICBEANSTALK_API CreateEnvironmentRequest()=default
CreateEnvironmentRequest & WithGroupName(GroupNameT &&value)
void SetTemplateName(TemplateNameT &&value)
CreateEnvironmentRequest & WithCNAMEPrefix(CNAMEPrefixT &&value)
const Aws::String & GetDescription() const
bool VersionLabelHasBeenSet() const
void SetOptionSettings(OptionSettingsT &&value)
const Aws::String & GetTemplateName() const
bool PlatformArnHasBeenSet() const
CreateEnvironmentRequest & WithTags(TagsT &&value)
bool SolutionStackNameHasBeenSet() const
CreateEnvironmentRequest & WithOptionSettings(OptionSettingsT &&value)
CreateEnvironmentRequest & WithDescription(DescriptionT &&value)
CreateEnvironmentRequest & AddTags(TagsT &&value)
CreateEnvironmentRequest & AddOptionSettings(OptionSettingsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector