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>
18namespace ElasticBeanstalk {
48 template <
typename ApplicationNameT = Aws::String>
50 m_applicationNameHasBeenSet =
true;
51 m_applicationName = std::forward<ApplicationNameT>(value);
53 template <
typename ApplicationNameT = Aws::String>
70 template <
typename EnvironmentIdT = Aws::String>
72 m_environmentIdHasBeenSet =
true;
73 m_environmentId = std::forward<EnvironmentIdT>(value);
75 template <
typename EnvironmentIdT = Aws::String>
92 template <
typename EnvironmentNameT = Aws::String>
94 m_environmentNameHasBeenSet =
true;
95 m_environmentName = std::forward<EnvironmentNameT>(value);
97 template <
typename EnvironmentNameT = Aws::String>
114 template <
typename GroupNameT = Aws::String>
116 m_groupNameHasBeenSet =
true;
117 m_groupName = std::forward<GroupNameT>(value);
119 template <
typename GroupNameT = Aws::String>
133 template <
typename DescriptionT = Aws::String>
135 m_descriptionHasBeenSet =
true;
136 m_description = std::forward<DescriptionT>(value);
138 template <
typename DescriptionT = Aws::String>
153 template <
typename TierT = EnvironmentTier>
155 m_tierHasBeenSet =
true;
156 m_tier = std::forward<TierT>(value);
158 template <
typename TierT = EnvironmentTier>
160 SetTier(std::forward<TierT>(value));
173 template <
typename VersionLabelT = Aws::String>
175 m_versionLabelHasBeenSet =
true;
176 m_versionLabel = std::forward<VersionLabelT>(value);
178 template <
typename VersionLabelT = Aws::String>
194 template <
typename TemplateNameT = Aws::String>
196 m_templateNameHasBeenSet =
true;
197 m_templateName = std::forward<TemplateNameT>(value);
199 template <
typename TemplateNameT = Aws::String>
213 template <
typename SolutionStackNameT = Aws::String>
215 m_solutionStackNameHasBeenSet =
true;
216 m_solutionStackName = std::forward<SolutionStackNameT>(value);
218 template <
typename SolutionStackNameT = Aws::String>
231 template <
typename PlatformArnT = Aws::String>
233 m_platformArnHasBeenSet =
true;
234 m_platformArn = std::forward<PlatformArnT>(value);
236 template <
typename PlatformArnT = Aws::String>
251 template <
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
253 m_optionSettingsHasBeenSet =
true;
254 m_optionSettings = std::forward<OptionSettingsT>(value);
256 template <
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
261 template <
typename OptionSettingsT = ConfigurationOptionSetting>
263 m_optionSettingsHasBeenSet =
true;
264 m_optionSettings.emplace_back(std::forward<OptionSettingsT>(value));
276 template <
typename OptionsToRemoveT = Aws::Vector<OptionSpecification>>
278 m_optionsToRemoveHasBeenSet =
true;
279 m_optionsToRemove = std::forward<OptionsToRemoveT>(value);
281 template <
typename OptionsToRemoveT = Aws::Vector<OptionSpecification>>
286 template <
typename OptionsToRemoveT = OptionSpecification>
288 m_optionsToRemoveHasBeenSet =
true;
289 m_optionsToRemove.emplace_back(std::forward<OptionsToRemoveT>(value));
317 bool m_applicationNameHasBeenSet =
false;
318 bool m_environmentIdHasBeenSet =
false;
319 bool m_environmentNameHasBeenSet =
false;
320 bool m_groupNameHasBeenSet =
false;
321 bool m_descriptionHasBeenSet =
false;
322 bool m_tierHasBeenSet =
false;
323 bool m_versionLabelHasBeenSet =
false;
324 bool m_templateNameHasBeenSet =
false;
325 bool m_solutionStackNameHasBeenSet =
false;
326 bool m_platformArnHasBeenSet =
false;
327 bool m_optionSettingsHasBeenSet =
false;
328 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