7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
37 AWS_WAFV2_API
Label() =
default;
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
57 bool m_nameHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::String & GetName() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
AWS_WAFV2_API Label & operator=(Aws::Utils::Json::JsonView jsonValue)
Label & WithName(NameT &&value)
AWS_WAFV2_API Label(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API Label()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue