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>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
63 inline void SetScope(
Scope value) { m_scopeHasBeenSet =
true; m_scope = value; }
75 template<
typename IdT = Aws::String>
76 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
77 template<
typename IdT = Aws::String>
94 template<
typename LockTokenT = Aws::String>
95 void SetLockToken(LockTokenT&& value) { m_lockTokenHasBeenSet =
true; m_lockToken = std::forward<LockTokenT>(value); }
96 template<
typename LockTokenT = Aws::String>
102 bool m_nameHasBeenSet =
false;
105 bool m_scopeHasBeenSet =
false;
108 bool m_idHasBeenSet =
false;
111 bool m_lockTokenHasBeenSet =
false;
AWS_WAFV2_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
bool NameHasBeenSet() const
DeleteRuleGroupRequest & WithId(IdT &&value)
DeleteRuleGroupRequest & WithScope(Scope value)
const Aws::String & GetId() const
bool LockTokenHasBeenSet() const
const Aws::String & GetName() const
DeleteRuleGroupRequest & WithName(NameT &&value)
DeleteRuleGroupRequest & WithLockToken(LockTokenT &&value)
AWS_WAFV2_API DeleteRuleGroupRequest()=default
bool ScopeHasBeenSet() const
const Aws::String & GetLockToken() const
void SetLockToken(LockTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetScope(Scope value)
bool IdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String