7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pcs/PCS_EXPORTS.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename VersionT = Aws::String>
62 m_versionHasBeenSet =
true;
63 m_version = std::forward<VersionT>(value);
65 template <
typename VersionT = Aws::String>
75 bool m_idHasBeenSet =
false;
76 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