7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename VersionT = Aws::String>
61 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
62 template<
typename VersionT = Aws::String>
68 bool m_idHasBeenSet =
false;
71 bool m_versionHasBeenSet =
false;
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PCS_API CustomLaunchTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomLaunchTemplate & WithVersion(VersionT &&value)
bool VersionHasBeenSet() const
bool IdHasBeenSet() const
AWS_PCS_API CustomLaunchTemplate(Aws::Utils::Json::JsonView jsonValue)
AWS_PCS_API CustomLaunchTemplate()=default
const Aws::String & GetVersion() const
const Aws::String & GetId() const
CustomLaunchTemplate & WithId(IdT &&value)
void SetVersion(VersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue