7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
62 template<
typename RegexPatternSetIdT = Aws::String>
63 void SetRegexPatternSetId(RegexPatternSetIdT&& value) { m_regexPatternSetIdHasBeenSet =
true; m_regexPatternSetId = std::forward<RegexPatternSetIdT>(value); }
64 template<
typename RegexPatternSetIdT = Aws::String>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
83 bool m_regexPatternSetIdHasBeenSet =
false;
86 bool m_nameHasBeenSet =
false;
AWS_WAFREGIONAL_API RegexPatternSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetRegexPatternSetId(RegexPatternSetIdT &&value)
AWS_WAFREGIONAL_API RegexPatternSetSummary()=default
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
bool RegexPatternSetIdHasBeenSet() const
const Aws::String & GetRegexPatternSetId() const
void SetName(NameT &&value)
AWS_WAFREGIONAL_API RegexPatternSetSummary(Aws::Utils::Json::JsonView jsonValue)
RegexPatternSetSummary & WithName(NameT &&value)
RegexPatternSetSummary & WithRegexPatternSetId(RegexPatternSetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue