7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/LabelMatchScope.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
80 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
81 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
89 bool m_scopeHasBeenSet =
false;
92 bool m_keyHasBeenSet =
false;
const Aws::String & GetKey() const
LabelMatchStatement & WithKey(const Aws::String &value)
LabelMatchStatement & WithScope(const LabelMatchScope &value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ScopeHasBeenSet() const
void SetScope(LabelMatchScope &&value)
void SetKey(Aws::String &&value)
AWS_WAFV2_API LabelMatchStatement(Aws::Utils::Json::JsonView jsonValue)
void SetScope(const LabelMatchScope &value)
bool KeyHasBeenSet() const
LabelMatchStatement & WithScope(LabelMatchScope &&value)
LabelMatchStatement & WithKey(Aws::String &&value)
void SetKey(const char *value)
LabelMatchStatement & WithKey(const char *value)
AWS_WAFV2_API LabelMatchStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
const LabelMatchScope & GetScope() const
void SetKey(const Aws::String &value)
AWS_WAFV2_API LabelMatchStatement()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue