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/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetScope(
const Scope& value) { m_scopeHasBeenSet =
true; m_scope = value; }
54 inline void SetScope(
Scope&& value) { m_scopeHasBeenSet =
true; m_scope = std::move(value); }
79 bool m_scopeHasBeenSet =
false;
82 bool m_tokenDomainsHasBeenSet =
false;
CreateAPIKeyRequest & WithScope(Scope &&value)
virtual const char * GetServiceRequestName() const override
CreateAPIKeyRequest & WithTokenDomains(const Aws::Vector< Aws::String > &value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool TokenDomainsHasBeenSet() const
AWS_WAFV2_API Aws::String SerializePayload() const override
void SetScope(const Scope &value)
AWS_WAFV2_API CreateAPIKeyRequest()
CreateAPIKeyRequest & WithScope(const Scope &value)
void SetTokenDomains(Aws::Vector< Aws::String > &&value)
void SetScope(Scope &&value)
CreateAPIKeyRequest & AddTokenDomains(Aws::String &&value)
const Aws::Vector< Aws::String > & GetTokenDomains() const
CreateAPIKeyRequest & WithTokenDomains(Aws::Vector< Aws::String > &&value)
const Scope & GetScope() const
CreateAPIKeyRequest & AddTokenDomains(const char *value)
void SetTokenDomains(const Aws::Vector< Aws::String > &value)
bool ScopeHasBeenSet() const
CreateAPIKeyRequest & AddTokenDomains(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector