7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/WAFV2Request.h>
9#include <aws/wafv2/model/Scope.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetScope(
const Scope& value) { m_scopeHasBeenSet =
true; m_scope = value; }
53 inline void SetScope(
Scope&& value) { m_scopeHasBeenSet =
true; m_scope = std::move(value); }
66 inline void SetAPIKey(
const char* value) { m_aPIKeyHasBeenSet =
true; m_aPIKey.assign(value); }
74 bool m_scopeHasBeenSet =
false;
77 bool m_aPIKeyHasBeenSet =
false;
DeleteAPIKeyRequest & WithAPIKey(const Aws::String &value)
const Scope & GetScope() const
void SetAPIKey(const char *value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteAPIKeyRequest & WithScope(Scope &&value)
DeleteAPIKeyRequest & WithAPIKey(Aws::String &&value)
bool APIKeyHasBeenSet() const
void SetAPIKey(Aws::String &&value)
bool ScopeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteAPIKeyRequest & WithAPIKey(const char *value)
AWS_WAFV2_API Aws::String SerializePayload() const override
void SetScope(const Scope &value)
DeleteAPIKeyRequest & WithScope(const Scope &value)
AWS_WAFV2_API DeleteAPIKeyRequest()
const Aws::String & GetAPIKey() const
void SetAPIKey(const Aws::String &value)
void SetScope(Scope &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String