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