7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/WAFRegionalRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetWebACLId(
const char* value) { m_webACLIdHasBeenSet =
true; m_webACLId.assign(value); }
66 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
74 bool m_webACLIdHasBeenSet =
false;
77 bool m_resourceArnHasBeenSet =
false;
void SetWebACLId(const Aws::String &value)
AssociateWebACLRequest & WithWebACLId(const char *value)
bool WebACLIdHasBeenSet() const
AssociateWebACLRequest & WithResourceArn(const char *value)
AWS_WAFREGIONAL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AssociateWebACLRequest & WithResourceArn(Aws::String &&value)
const Aws::String & GetWebACLId() const
void SetResourceArn(const Aws::String &value)
AssociateWebACLRequest & WithWebACLId(Aws::String &&value)
AssociateWebACLRequest & WithResourceArn(const Aws::String &value)
void SetResourceArn(Aws::String &&value)
void SetWebACLId(Aws::String &&value)
void SetWebACLId(const char *value)
const Aws::String & GetResourceArn() const
virtual const char * GetServiceRequestName() const override
void SetResourceArn(const char *value)
AWS_WAFREGIONAL_API Aws::String SerializePayload() const override
bool ResourceArnHasBeenSet() const
AWS_WAFREGIONAL_API AssociateWebACLRequest()
AssociateWebACLRequest & WithWebACLId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String