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/S3Location.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/elasticbeanstalk/model/ConfigurationOptionSetting.h>
13#include <aws/elasticbeanstalk/model/Tag.h>
18namespace ElasticBeanstalk
52 template<
typename PlatformNameT = Aws::String>
53 void SetPlatformName(PlatformNameT&& value) { m_platformNameHasBeenSet =
true; m_platformName = std::forward<PlatformNameT>(value); }
54 template<
typename PlatformNameT = Aws::String>
64 template<
typename PlatformVersionT = Aws::String>
65 void SetPlatformVersion(PlatformVersionT&& value) { m_platformVersionHasBeenSet =
true; m_platformVersion = std::forward<PlatformVersionT>(value); }
66 template<
typename PlatformVersionT = Aws::String>
76 template<
typename PlatformDefinitionBundleT = S3Location>
77 void SetPlatformDefinitionBundle(PlatformDefinitionBundleT&& value) { m_platformDefinitionBundleHasBeenSet =
true; m_platformDefinitionBundle = std::forward<PlatformDefinitionBundleT>(value); }
78 template<
typename PlatformDefinitionBundleT = S3Location>
88 template<
typename EnvironmentNameT = Aws::String>
89 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
90 template<
typename EnvironmentNameT = Aws::String>
100 template<
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
101 void SetOptionSettings(OptionSettingsT&& value) { m_optionSettingsHasBeenSet =
true; m_optionSettings = std::forward<OptionSettingsT>(value); }
102 template<
typename OptionSettingsT = Aws::Vector<ConfigurationOptionSetting>>
104 template<
typename OptionSettingsT = ConfigurationOptionSetting>
116 template<
typename TagsT = Aws::Vector<Tag>>
117 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
118 template<
typename TagsT = Aws::Vector<Tag>>
120 template<
typename TagsT = Tag>
126 bool m_platformNameHasBeenSet =
false;
129 bool m_platformVersionHasBeenSet =
false;
132 bool m_platformDefinitionBundleHasBeenSet =
false;
135 bool m_environmentNameHasBeenSet =
false;
138 bool m_optionSettingsHasBeenSet =
false;
141 bool m_tagsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector