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>
48 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
68 inline void SetScope(
const Scope& value) { m_scopeHasBeenSet =
true; m_scope = value; }
69 inline void SetScope(
Scope&& value) { m_scopeHasBeenSet =
true; m_scope = std::move(value); }
83 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
84 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
92 bool m_nameHasBeenSet =
false;
95 bool m_scopeHasBeenSet =
false;
98 bool m_idHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetId(Aws::String &&value)
bool IdHasBeenSet() const
void SetName(const char *value)
GetManagedRuleSetRequest & WithId(const char *value)
GetManagedRuleSetRequest & WithId(Aws::String &&value)
const Aws::String & GetId() const
void SetName(const Aws::String &value)
GetManagedRuleSetRequest & WithName(const char *value)
AWS_WAFV2_API GetManagedRuleSetRequest()
GetManagedRuleSetRequest & WithName(Aws::String &&value)
const Scope & GetScope() const
void SetId(const char *value)
void SetScope(Scope &&value)
GetManagedRuleSetRequest & WithId(const Aws::String &value)
bool NameHasBeenSet() const
void SetId(const Aws::String &value)
GetManagedRuleSetRequest & WithScope(const Scope &value)
bool ScopeHasBeenSet() const
void SetScope(const Scope &value)
GetManagedRuleSetRequest & WithName(const Aws::String &value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetName() const
GetManagedRuleSetRequest & WithScope(Scope &&value)
AWS_WAFV2_API Aws::String SerializePayload() const override
void SetName(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String