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
54 inline void SetPlatformName(
const char* value) { m_platformNameHasBeenSet =
true; m_platformName.assign(value); }
68 inline void SetPlatformVersion(
const char* value) { m_platformVersionHasBeenSet =
true; m_platformVersion.assign(value); }
94 inline void SetEnvironmentName(
const char* value) { m_environmentNameHasBeenSet =
true; m_environmentName.assign(value); }
132 bool m_platformNameHasBeenSet =
false;
135 bool m_platformVersionHasBeenSet =
false;
138 bool m_platformDefinitionBundleHasBeenSet =
false;
141 bool m_environmentNameHasBeenSet =
false;
144 bool m_optionSettingsHasBeenSet =
false;
147 bool m_tagsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector