7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename TypeT = Aws::String>
63 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
64 template<
typename TypeT = Aws::String>
70 bool m_nameHasBeenSet =
false;
73 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