7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/LabelMatchScope.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
77 template<
typename KeyT = Aws::String>
78 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
79 template<
typename KeyT = Aws::String>
85 bool m_scopeHasBeenSet =
false;
88 bool m_keyHasBeenSet =
false;
const Aws::String & GetKey() const
LabelMatchScope GetScope() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ScopeHasBeenSet() const
AWS_WAFV2_API LabelMatchStatement(Aws::Utils::Json::JsonView jsonValue)
bool KeyHasBeenSet() const
LabelMatchStatement & WithKey(KeyT &&value)
void SetKey(KeyT &&value)
LabelMatchStatement & WithScope(LabelMatchScope value)
AWS_WAFV2_API LabelMatchStatement()=default
AWS_WAFV2_API LabelMatchStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScope(LabelMatchScope value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue