7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudWatchEvidently
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
73 bool m_nameHasBeenSet =
false;
76 bool m_typeHasBeenSet =
false;
EvaluationRule & WithName(const char *value)
EvaluationRule & WithName(Aws::String &&value)
AWS_CLOUDWATCHEVIDENTLY_API EvaluationRule(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHEVIDENTLY_API EvaluationRule()
void SetType(const Aws::String &value)
EvaluationRule & WithType(const char *value)
AWS_CLOUDWATCHEVIDENTLY_API EvaluationRule & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
void SetName(const char *value)
void SetName(const Aws::String &value)
const Aws::String & GetType() const
EvaluationRule & WithType(Aws::String &&value)
void SetType(const char *value)
EvaluationRule & WithType(const Aws::String &value)
EvaluationRule & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
void SetType(Aws::String &&value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue