7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace PaymentCryptography
45 inline void SetKeyIdentifier(
const char* value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier.assign(value); }
53 bool m_keyIdentifierHasBeenSet =
false;
void SetKeyIdentifier(Aws::String &&value)
StartKeyUsageRequest & WithKeyIdentifier(const char *value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
void SetKeyIdentifier(const Aws::String &value)
StartKeyUsageRequest & WithKeyIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool KeyIdentifierHasBeenSet() const
const Aws::String & GetKeyIdentifier() const
StartKeyUsageRequest & WithKeyIdentifier(const Aws::String &value)
void SetKeyIdentifier(const char *value)
AWS_PAYMENTCRYPTOGRAPHY_API StartKeyUsageRequest()
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String