7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/WAFV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetWebACLArn(
const char* value) { m_webACLArnHasBeenSet =
true; m_webACLArn.assign(value); }
74 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
82 bool m_webACLArnHasBeenSet =
false;
85 bool m_resourceArnHasBeenSet =
false;
AWS_WAFV2_API AssociateWebACLRequest()
void SetWebACLArn(const char *value)
virtual const char * GetServiceRequestName() const override
bool ResourceArnHasBeenSet() const
bool WebACLArnHasBeenSet() const
AssociateWebACLRequest & WithResourceArn(const char *value)
void SetResourceArn(const Aws::String &value)
const Aws::String & GetWebACLArn() const
AssociateWebACLRequest & WithResourceArn(Aws::String &&value)
void SetWebACLArn(const Aws::String &value)
void SetResourceArn(Aws::String &&value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetWebACLArn(Aws::String &&value)
AssociateWebACLRequest & WithResourceArn(const Aws::String &value)
void SetResourceArn(const char *value)
AssociateWebACLRequest & WithWebACLArn(const Aws::String &value)
AWS_WAFV2_API Aws::String SerializePayload() const override
const Aws::String & GetResourceArn() const
AssociateWebACLRequest & WithWebACLArn(Aws::String &&value)
AssociateWebACLRequest & WithWebACLArn(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String