7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename LabelNameT = Aws::String>
51 void SetLabelName(LabelNameT&& value) { m_labelNameHasBeenSet =
true; m_labelName = std::forward<LabelNameT>(value); }
52 template<
typename LabelNameT = Aws::String>
58 bool m_labelNameHasBeenSet =
false;
AWS_WAFV2_API LabelNameCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
LabelNameCondition & WithLabelName(LabelNameT &&value)
void SetLabelName(LabelNameT &&value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFV2_API LabelNameCondition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLabelName() const
AWS_WAFV2_API LabelNameCondition()=default
bool LabelNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue