7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/WAFV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wafv2/model/Scope.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
62 inline void SetScope(
Scope value) { m_scopeHasBeenSet =
true; m_scope = value; }
74 template<
typename IdT = Aws::String>
75 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
76 template<
typename IdT = Aws::String>
93 template<
typename LockTokenT = Aws::String>
94 void SetLockToken(LockTokenT&& value) { m_lockTokenHasBeenSet =
true; m_lockToken = std::forward<LockTokenT>(value); }
95 template<
typename LockTokenT = Aws::String>
101 bool m_nameHasBeenSet =
false;
104 bool m_scopeHasBeenSet =
false;
107 bool m_idHasBeenSet =
false;
110 bool m_lockTokenHasBeenSet =
false;
AWS_WAFV2_API DeleteRegexPatternSetRequest()=default
DeleteRegexPatternSetRequest & WithId(IdT &&value)
bool IdHasBeenSet() const
const Aws::String & GetName() const
void SetLockToken(LockTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool ScopeHasBeenSet() const
DeleteRegexPatternSetRequest & WithLockToken(LockTokenT &&value)
DeleteRegexPatternSetRequest & WithScope(Scope value)
const Aws::String & GetLockToken() const
DeleteRegexPatternSetRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetScope(Scope value)
bool LockTokenHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetId() const
AWS_WAFV2_API Aws::String SerializePayload() const override
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String