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>
87 template<
typename ARNT = Aws::String>
88 void SetARN(ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
89 template<
typename ARNT = Aws::String>
95 bool m_nameHasBeenSet =
false;
98 bool m_scopeHasBeenSet =
false;
101 bool m_idHasBeenSet =
false;
104 bool m_aRNHasBeenSet =
false;
bool NameHasBeenSet() const
GetWebACLRequest & WithARN(ARNT &&value)
const Aws::String & GetId() const
void SetName(NameT &&value)
GetWebACLRequest & WithName(NameT &&value)
void SetARN(ARNT &&value)
AWS_WAFV2_API GetWebACLRequest()=default
const Aws::String & GetName() const
GetWebACLRequest & WithId(IdT &&value)
virtual const char * GetServiceRequestName() const override
bool IdHasBeenSet() const
bool ScopeHasBeenSet() const
AWS_WAFV2_API Aws::String SerializePayload() const override
const Aws::String & GetARN() const
void SetScope(Scope value)
GetWebACLRequest & WithScope(Scope value)
bool ARNHasBeenSet() const
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