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/EnvironmentTier.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/elasticbeanstalk/model/Tag.h>
13#include <aws/elasticbeanstalk/model/ConfigurationOptionSetting.h>
14#include <aws/elasticbeanstalk/model/OptionSpecification.h>
19namespace 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>
72 template<
typename EnvironmentNameT = Aws::String>
73 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
74 template<
typename EnvironmentNameT = Aws::String>
88 template<
typename GroupNameT = Aws::String>
89 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
90 template<
typename GroupNameT = Aws::String>
100 template<
typename DescriptionT = Aws::String>
101 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
102 template<
typename DescriptionT = Aws::String>
115 template<
typename CNAMEPrefixT = Aws::String>
116 void SetCNAMEPrefix(CNAMEPrefixT&& value) { m_cNAMEPrefixHasBeenSet =
true; m_cNAMEPrefix = std::forward<CNAMEPrefixT>(value); }
117 template<
typename CNAMEPrefixT = Aws::String>
130 template<
typename TierT = EnvironmentTier>
131 void SetTier(TierT&& value) { m_tierHasBeenSet =
true; m_tier = std::forward<TierT>(value); }
132 template<
typename TierT = EnvironmentTier>
142 template<
typename TagsT = Aws::Vector<Tag>>
143 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
144 template<
typename TagsT = Aws::Vector<Tag>>
146 template<
typename TagsT = Tag>
157 template<
typename VersionLabelT = Aws::String>
158 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
159 template<
typename VersionLabelT = Aws::String>
171 template<
typename TemplateNameT = Aws::String>
172 void SetTemplateName(TemplateNameT&& value) { m_templateNameHasBeenSet =
true; m_templateName = std::forward<TemplateNameT>(value); }
173 template<
typename TemplateNameT = Aws::String>
190 template<
typename SolutionStackNameT = Aws::String>
191 void SetSolutionStackName(SolutionStackNameT&& value) { m_solutionStackNameHasBeenSet =
true; m_solutionStackName = std::forward<SolutionStackNameT>(value); }
192 template<
typename SolutionStackNameT = Aws::String>
207 template<
typename PlatformArnT = Aws::String>
208 void SetPlatformArn(PlatformArnT&& value) { m_platformArnHasBeenSet =
true; m_platformArn = std::forward<PlatformArnT>(value); }
209 template<
typename PlatformArnT = Aws::String>
222 template<
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
223 void SetOptionSettings(OptionSettingsT&& value) { m_optionSettingsHasBeenSet =
true; m_optionSettings = std::forward<OptionSettingsT>(value); }
224 template<
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
226 template<
typename OptionSettingsT = ConfigurationOptionSetting>
237 template<
typename OptionsToRemoveT = Aws::Vector<OptionSpecification>>
238 void SetOptionsToRemove(OptionsToRemoveT&& value) { m_optionsToRemoveHasBeenSet =
true; m_optionsToRemove = std::forward<OptionsToRemoveT>(value); }
239 template<
typename OptionsToRemoveT = Aws::Vector<OptionSpecification>>
241 template<
typename OptionsToRemoveT = OptionSpecification>
258 template<
typename OperationsRoleT = Aws::String>
259 void SetOperationsRole(OperationsRoleT&& value) { m_operationsRoleHasBeenSet =
true; m_operationsRole = std::forward<OperationsRoleT>(value); }
260 template<
typename OperationsRoleT = Aws::String>
266 bool m_applicationNameHasBeenSet =
false;
269 bool m_environmentNameHasBeenSet =
false;
272 bool m_groupNameHasBeenSet =
false;
275 bool m_descriptionHasBeenSet =
false;
278 bool m_cNAMEPrefixHasBeenSet =
false;
281 bool m_tierHasBeenSet =
false;
284 bool m_tagsHasBeenSet =
false;
287 bool m_versionLabelHasBeenSet =
false;
290 bool m_templateNameHasBeenSet =
false;
293 bool m_solutionStackNameHasBeenSet =
false;
296 bool m_platformArnHasBeenSet =
false;
299 bool m_optionSettingsHasBeenSet =
false;
302 bool m_optionsToRemoveHasBeenSet =
false;
305 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