7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
19namespace imagebuilder {
41 template <
typename LaunchTemplateIdT = Aws::String>
43 m_launchTemplateIdHasBeenSet =
true;
44 m_launchTemplateId = std::forward<LaunchTemplateIdT>(value);
46 template <
typename LaunchTemplateIdT = Aws::String>
59 template <
typename AccountIdT = Aws::String>
61 m_accountIdHasBeenSet =
true;
62 m_accountId = std::forward<AccountIdT>(value);
64 template <
typename AccountIdT = Aws::String>
79 m_setDefaultVersionHasBeenSet =
true;
80 m_setDefaultVersion = value;
92 bool m_setDefaultVersion{
false};
93 bool m_launchTemplateIdHasBeenSet =
false;
94 bool m_accountIdHasBeenSet =
false;
95 bool m_setDefaultVersionHasBeenSet =
false;
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
LaunchTemplateConfiguration & WithSetDefaultVersion(bool value)
bool GetSetDefaultVersion() const
bool SetDefaultVersionHasBeenSet() const
bool AccountIdHasBeenSet() const
const Aws::String & GetAccountId() const
const Aws::String & GetLaunchTemplateId() const
void SetAccountId(AccountIdT &&value)
LaunchTemplateConfiguration & WithAccountId(AccountIdT &&value)
AWS_IMAGEBUILDER_API LaunchTemplateConfiguration()=default
AWS_IMAGEBUILDER_API LaunchTemplateConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool LaunchTemplateIdHasBeenSet() const
void SetLaunchTemplateId(LaunchTemplateIdT &&value)
LaunchTemplateConfiguration & WithLaunchTemplateId(LaunchTemplateIdT &&value)
void SetSetDefaultVersion(bool value)
AWS_IMAGEBUILDER_API LaunchTemplateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue