7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/imagebuilder/model/FastLaunchSnapshotConfiguration.h>
9#include <aws/imagebuilder/model/FastLaunchLaunchTemplateSpecification.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
76 inline void SetMaxParallelLaunches(
int value) { m_maxParallelLaunchesHasBeenSet =
true; m_maxParallelLaunches = value; }
101 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
109 bool m_enabledHasBeenSet =
false;
112 bool m_snapshotConfigurationHasBeenSet =
false;
114 int m_maxParallelLaunches;
115 bool m_maxParallelLaunchesHasBeenSet =
false;
118 bool m_launchTemplateHasBeenSet =
false;
121 bool m_accountIdHasBeenSet =
false;
void SetSnapshotConfiguration(const FastLaunchSnapshotConfiguration &value)
FastLaunchConfiguration & WithLaunchTemplate(const FastLaunchLaunchTemplateSpecification &value)
AWS_IMAGEBUILDER_API FastLaunchConfiguration(Aws::Utils::Json::JsonView jsonValue)
FastLaunchConfiguration & WithEnabled(bool value)
void SetAccountId(Aws::String &&value)
void SetEnabled(bool value)
const FastLaunchSnapshotConfiguration & GetSnapshotConfiguration() const
FastLaunchConfiguration & WithLaunchTemplate(FastLaunchLaunchTemplateSpecification &&value)
int GetMaxParallelLaunches() const
FastLaunchConfiguration & WithSnapshotConfiguration(FastLaunchSnapshotConfiguration &&value)
bool LaunchTemplateHasBeenSet() const
void SetAccountId(const Aws::String &value)
AWS_IMAGEBUILDER_API FastLaunchConfiguration()
void SetAccountId(const char *value)
FastLaunchConfiguration & WithAccountId(Aws::String &&value)
void SetSnapshotConfiguration(FastLaunchSnapshotConfiguration &&value)
const Aws::String & GetAccountId() const
FastLaunchConfiguration & WithSnapshotConfiguration(const FastLaunchSnapshotConfiguration &value)
void SetLaunchTemplate(const FastLaunchLaunchTemplateSpecification &value)
const FastLaunchLaunchTemplateSpecification & GetLaunchTemplate() const
void SetMaxParallelLaunches(int value)
FastLaunchConfiguration & WithMaxParallelLaunches(int value)
FastLaunchConfiguration & WithAccountId(const char *value)
bool AccountIdHasBeenSet() const
AWS_IMAGEBUILDER_API FastLaunchConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLaunchTemplate(FastLaunchLaunchTemplateSpecification &&value)
bool EnabledHasBeenSet() const
bool MaxParallelLaunchesHasBeenSet() const
bool SnapshotConfigurationHasBeenSet() const
FastLaunchConfiguration & WithAccountId(const Aws::String &value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue