7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
65 template <
typename TypeT = Aws::String>
67 m_typeHasBeenSet =
true;
68 m_type = std::forward<TypeT>(value);
70 template <
typename TypeT = Aws::String>
72 SetType(std::forward<TypeT>(value));
78 bool m_nameHasBeenSet =
false;
81 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue