7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename TypeT = Aws::String>
64 m_typeHasBeenSet =
true;
65 m_type = std::forward<TypeT>(value);
67 template <
typename TypeT = Aws::String>
69 SetType(std::forward<TypeT>(value));
77 bool m_nameHasBeenSet =
false;
78 bool m_typeHasBeenSet =
false;
AWS_DEVOPSGURU_API AnomalyResource(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AnomalyResource & WithName(NameT &&value)
AnomalyResource & WithType(TypeT &&value)
AWS_DEVOPSGURU_API AnomalyResource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
AWS_DEVOPSGURU_API AnomalyResource()=default
void SetType(TypeT &&value)
const Aws::String & GetType() const
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue