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/ConfigurationOptionSetting.h>
13#include <aws/elasticbeanstalk/model/OptionSpecification.h>
18namespace ElasticBeanstalk
52 template<
typename ApplicationNameT = Aws::String>
53 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
54 template<
typename ApplicationNameT = Aws::String>
68 template<
typename EnvironmentIdT = Aws::String>
69 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
70 template<
typename EnvironmentIdT = Aws::String>
84 template<
typename EnvironmentNameT = Aws::String>
85 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
86 template<
typename EnvironmentNameT = Aws::String>
100 template<
typename GroupNameT = Aws::String>
101 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
102 template<
typename GroupNameT = Aws::String>
113 template<
typename DescriptionT = Aws::String>
114 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
115 template<
typename DescriptionT = Aws::String>
127 template<
typename TierT = EnvironmentTier>
128 void SetTier(TierT&& value) { m_tierHasBeenSet =
true; m_tier = std::forward<TierT>(value); }
129 template<
typename TierT = EnvironmentTier>
141 template<
typename VersionLabelT = Aws::String>
142 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
143 template<
typename VersionLabelT = Aws::String>
156 template<
typename TemplateNameT = Aws::String>
157 void SetTemplateName(TemplateNameT&& value) { m_templateNameHasBeenSet =
true; m_templateName = std::forward<TemplateNameT>(value); }
158 template<
typename TemplateNameT = Aws::String>
169 template<
typename SolutionStackNameT = Aws::String>
170 void SetSolutionStackName(SolutionStackNameT&& value) { m_solutionStackNameHasBeenSet =
true; m_solutionStackName = std::forward<SolutionStackNameT>(value); }
171 template<
typename SolutionStackNameT = Aws::String>
181 template<
typename PlatformArnT = Aws::String>
182 void SetPlatformArn(PlatformArnT&& value) { m_platformArnHasBeenSet =
true; m_platformArn = std::forward<PlatformArnT>(value); }
183 template<
typename PlatformArnT = Aws::String>
195 template<
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
196 void SetOptionSettings(OptionSettingsT&& value) { m_optionSettingsHasBeenSet =
true; m_optionSettings = std::forward<OptionSettingsT>(value); }
197 template<
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
199 template<
typename OptionSettingsT = ConfigurationOptionSetting>
210 template<
typename OptionsToRemoveT = Aws::Vector<OptionSpecification>>
211 void SetOptionsToRemove(OptionsToRemoveT&& value) { m_optionsToRemoveHasBeenSet =
true; m_optionsToRemove = std::forward<OptionsToRemoveT>(value); }
212 template<
typename OptionsToRemoveT = Aws::Vector<OptionSpecification>>
214 template<
typename OptionsToRemoveT = OptionSpecification>
220 bool m_applicationNameHasBeenSet =
false;
223 bool m_environmentIdHasBeenSet =
false;
226 bool m_environmentNameHasBeenSet =
false;
229 bool m_groupNameHasBeenSet =
false;
232 bool m_descriptionHasBeenSet =
false;
235 bool m_tierHasBeenSet =
false;
238 bool m_versionLabelHasBeenSet =
false;
241 bool m_templateNameHasBeenSet =
false;
244 bool m_solutionStackNameHasBeenSet =
false;
247 bool m_platformArnHasBeenSet =
false;
250 bool m_optionSettingsHasBeenSet =
false;
253 bool m_optionsToRemoveHasBeenSet =
false;
const Aws::String & GetEnvironmentId() const
UpdateEnvironmentRequest & WithVersionLabel(VersionLabelT &&value)
UpdateEnvironmentRequest & WithApplicationName(ApplicationNameT &&value)
const Aws::Vector< ConfigurationOptionSetting > & GetOptionSettings() const
const Aws::String & GetTemplateName() const
UpdateEnvironmentRequest & AddOptionsToRemove(OptionsToRemoveT &&value)
bool DescriptionHasBeenSet() const
void SetPlatformArn(PlatformArnT &&value)
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
UpdateEnvironmentRequest & WithOptionsToRemove(OptionsToRemoveT &&value)
const Aws::String & GetVersionLabel() const
UpdateEnvironmentRequest & WithDescription(DescriptionT &&value)
UpdateEnvironmentRequest & WithPlatformArn(PlatformArnT &&value)
const Aws::String & GetGroupName() const
UpdateEnvironmentRequest & WithTier(TierT &&value)
const Aws::String & GetDescription() const
UpdateEnvironmentRequest & AddOptionSettings(OptionSettingsT &&value)
UpdateEnvironmentRequest & WithEnvironmentName(EnvironmentNameT &&value)
bool OptionsToRemoveHasBeenSet() const
void SetGroupName(GroupNameT &&value)
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
AWS_ELASTICBEANSTALK_API UpdateEnvironmentRequest()=default
const Aws::String & GetPlatformArn() const
const EnvironmentTier & GetTier() const
void SetEnvironmentName(EnvironmentNameT &&value)
bool EnvironmentNameHasBeenSet() const
const Aws::Vector< OptionSpecification > & GetOptionsToRemove() const
void SetOptionSettings(OptionSettingsT &&value)
bool SolutionStackNameHasBeenSet() const
void SetOptionsToRemove(OptionsToRemoveT &&value)
void SetTemplateName(TemplateNameT &&value)
void SetSolutionStackName(SolutionStackNameT &&value)
const Aws::String & GetApplicationName() const
UpdateEnvironmentRequest & WithEnvironmentId(EnvironmentIdT &&value)
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
UpdateEnvironmentRequest & WithSolutionStackName(SolutionStackNameT &&value)
void SetApplicationName(ApplicationNameT &&value)
UpdateEnvironmentRequest & WithOptionSettings(OptionSettingsT &&value)
bool GroupNameHasBeenSet() const
bool VersionLabelHasBeenSet() const
const Aws::String & GetSolutionStackName() const
UpdateEnvironmentRequest & WithGroupName(GroupNameT &&value)
bool EnvironmentIdHasBeenSet() const
const Aws::String & GetEnvironmentName() const
void SetVersionLabel(VersionLabelT &&value)
void SetTier(TierT &&value)
bool PlatformArnHasBeenSet() const
void SetEnvironmentId(EnvironmentIdT &&value)
UpdateEnvironmentRequest & WithTemplateName(TemplateNameT &&value)
bool ApplicationNameHasBeenSet() const
bool OptionSettingsHasBeenSet() const
bool TierHasBeenSet() const
bool TemplateNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector