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/S3Location.h>
13#include <aws/elasticbeanstalk/model/Tag.h>
18namespace ElasticBeanstalk {
48 template <
typename PlatformNameT = Aws::String>
50 m_platformNameHasBeenSet =
true;
51 m_platformName = std::forward<PlatformNameT>(value);
53 template <
typename PlatformNameT = Aws::String>
66 template <
typename PlatformVersionT = Aws::String>
68 m_platformVersionHasBeenSet =
true;
69 m_platformVersion = std::forward<PlatformVersionT>(value);
71 template <
typename PlatformVersionT = Aws::String>
84 template <
typename PlatformDefinitionBundleT = S3Location>
86 m_platformDefinitionBundleHasBeenSet =
true;
87 m_platformDefinitionBundle = std::forward<PlatformDefinitionBundleT>(value);
89 template <
typename PlatformDefinitionBundleT = S3Location>
102 template <
typename EnvironmentNameT = Aws::String>
104 m_environmentNameHasBeenSet =
true;
105 m_environmentName = std::forward<EnvironmentNameT>(value);
107 template <
typename EnvironmentNameT = Aws::String>
120 template <
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
122 m_optionSettingsHasBeenSet =
true;
123 m_optionSettings = std::forward<OptionSettingsT>(value);
125 template <
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
130 template <
typename OptionSettingsT = ConfigurationOptionSetting>
132 m_optionSettingsHasBeenSet =
true;
133 m_optionSettings.emplace_back(std::forward<OptionSettingsT>(value));
146 template <
typename TagsT = Aws::Vector<Tag>>
148 m_tagsHasBeenSet =
true;
149 m_tags = std::forward<TagsT>(value);
151 template <
typename TagsT = Aws::Vector<Tag>>
153 SetTags(std::forward<TagsT>(value));
156 template <
typename TagsT = Tag>
158 m_tagsHasBeenSet =
true;
159 m_tags.emplace_back(std::forward<TagsT>(value));
175 bool m_platformNameHasBeenSet =
false;
176 bool m_platformVersionHasBeenSet =
false;
177 bool m_platformDefinitionBundleHasBeenSet =
false;
178 bool m_environmentNameHasBeenSet =
false;
179 bool m_optionSettingsHasBeenSet =
false;
180 bool m_tagsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector