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>
50 inline void SetScope(
Scope value) { m_scopeHasBeenSet =
true; m_scope = value; }
60 template<
typename APIKeyT = Aws::String>
61 void SetAPIKey(APIKeyT&& value) { m_aPIKeyHasBeenSet =
true; m_aPIKey = std::forward<APIKeyT>(value); }
62 template<
typename APIKeyT = Aws::String>
68 bool m_scopeHasBeenSet =
false;
71 bool m_aPIKeyHasBeenSet =
false;
void SetAPIKey(APIKeyT &&value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool APIKeyHasBeenSet() const
bool ScopeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_WAFV2_API Aws::String SerializePayload() const override
void SetScope(Scope value)
const Aws::String & GetAPIKey() const
AWS_WAFV2_API DeleteAPIKeyRequest()=default
DeleteAPIKeyRequest & WithScope(Scope value)
DeleteAPIKeyRequest & WithAPIKey(APIKeyT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String