7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename NameT = Aws::String>
52 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
65 template<
typename IdT = Aws::String>
66 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
67 template<
typename IdT = Aws::String>
77 template<
typename DescriptionT = Aws::String>
79 template<
typename DescriptionT = Aws::String>
96 template<
typename LockTokenT = Aws::String>
97 void SetLockToken(
LockTokenT&& value) { m_lockTokenHasBeenSet =
true; m_lockToken = std::forward<LockTokenT>(value); }
98 template<
typename LockTokenT = Aws::String>
108 template<
typename ARNT = Aws::String>
109 void SetARN(
ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
110 template<
typename ARNT = Aws::String>
116 bool m_nameHasBeenSet =
false;
119 bool m_idHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
125 bool m_lockTokenHasBeenSet =
false;
128 bool m_aRNHasBeenSet =
false;
void SetName(NameT &&value)
RegexPatternSetSummary & WithLockToken(LockTokenT &&value)
bool ARNHasBeenSet() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
const Aws::String & GetARN() const
RegexPatternSetSummary & WithARN(ARNT &&value)
bool LockTokenHasBeenSet() const
const Aws::String & GetLockToken() const
const Aws::String & GetId() const
const Aws::String & GetName() const
AWS_WAFV2_API RegexPatternSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
RegexPatternSetSummary & WithName(NameT &&value)
const Aws::String & GetDescription() const
RegexPatternSetSummary & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
void SetLockToken(LockTokenT &&value)
void SetARN(ARNT &&value)
AWS_WAFV2_API RegexPatternSetSummary()=default
bool DescriptionHasBeenSet() const
AWS_WAFV2_API RegexPatternSetSummary(Aws::Utils::Json::JsonView jsonValue)
RegexPatternSetSummary & WithId(IdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue