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>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
64 inline void SetScope(
Scope value) { m_scopeHasBeenSet =
true; m_scope = value; }
76 template<
typename IdT = Aws::String>
77 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
78 template<
typename IdT = Aws::String>
84 bool m_nameHasBeenSet =
false;
87 bool m_scopeHasBeenSet =
false;
90 bool m_idHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool IdHasBeenSet() const
GetManagedRuleSetRequest & WithName(NameT &&value)
const Aws::String & GetId() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_WAFV2_API GetManagedRuleSetRequest()=default
void SetScope(Scope value)
bool ScopeHasBeenSet() const
GetManagedRuleSetRequest & WithScope(Scope value)
GetManagedRuleSetRequest & WithId(IdT &&value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetName() const
AWS_WAFV2_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String