7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
81 template <
typename VersionT = Aws::String>
83 m_versionHasBeenSet =
true;
84 m_version = std::forward<VersionT>(value);
86 template <
typename VersionT = Aws::String>
101 template <
typename IdT = Aws::String>
103 m_idHasBeenSet =
true;
104 m_id = std::forward<IdT>(value);
106 template <
typename IdT = Aws::String>
108 SetId(std::forward<IdT>(value));
118 bool m_nameHasBeenSet =
false;
119 bool m_versionHasBeenSet =
false;
120 bool m_idHasBeenSet =
false;
void SetName(NameT &&value)
bool NameHasBeenSet() const
LaunchTemplateSpecification & WithName(NameT &&value)
const Aws::String & GetName() const
const Aws::String & GetVersion() const
AWS_EKS_API LaunchTemplateSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVersion(VersionT &&value)
AWS_EKS_API LaunchTemplateSpecification()=default
bool VersionHasBeenSet() const
const Aws::String & GetId() const
LaunchTemplateSpecification & WithVersion(VersionT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
LaunchTemplateSpecification & WithId(IdT &&value)
AWS_EKS_API LaunchTemplateSpecification(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue