7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticbeanstalk/model/PlatformStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace ElasticBeanstalk
40 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
52 inline void SetPlatformArn(
const char* value) { m_platformArnHasBeenSet =
true; m_platformArn.assign(value); }
66 inline void SetPlatformOwner(
const char* value) { m_platformOwnerHasBeenSet =
true; m_platformOwner.assign(value); }
93 inline void SetPlatformCategory(
const char* value) { m_platformCategoryHasBeenSet =
true; m_platformCategory.assign(value); }
107 inline void SetOperatingSystemName(
const char* value) { m_operatingSystemNameHasBeenSet =
true; m_operatingSystemName.assign(value); }
121 inline void SetOperatingSystemVersion(
const char* value) { m_operatingSystemVersionHasBeenSet =
true; m_operatingSystemVersion.assign(value); }
167 inline void SetPlatformLifecycleState(
const char* value) { m_platformLifecycleStateHasBeenSet =
true; m_platformLifecycleState.assign(value); }
181 inline void SetPlatformVersion(
const char* value) { m_platformVersionHasBeenSet =
true; m_platformVersion.assign(value); }
195 inline void SetPlatformBranchName(
const char* value) { m_platformBranchNameHasBeenSet =
true; m_platformBranchName.assign(value); }
219 bool m_platformArnHasBeenSet =
false;
222 bool m_platformOwnerHasBeenSet =
false;
225 bool m_platformStatusHasBeenSet =
false;
228 bool m_platformCategoryHasBeenSet =
false;
231 bool m_operatingSystemNameHasBeenSet =
false;
234 bool m_operatingSystemVersionHasBeenSet =
false;
237 bool m_supportedTierListHasBeenSet =
false;
240 bool m_supportedAddonListHasBeenSet =
false;
243 bool m_platformLifecycleStateHasBeenSet =
false;
246 bool m_platformVersionHasBeenSet =
false;
249 bool m_platformBranchNameHasBeenSet =
false;
252 bool m_platformBranchLifecycleStateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream