7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
9#include <aws/payment-cryptography/model/ImportKeyMaterial.h>
10#include <aws/payment-cryptography/model/KeyCheckValueAlgorithm.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/payment-cryptography/model/Tag.h>
17namespace PaymentCryptography
77 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
110 bool m_keyMaterialHasBeenSet =
false;
113 bool m_keyCheckValueAlgorithmHasBeenSet =
false;
116 bool m_enabledHasBeenSet =
false;
119 bool m_tagsHasBeenSet =
false;
bool EnabledHasBeenSet() const
const KeyCheckValueAlgorithm & GetKeyCheckValueAlgorithm() const
ImportKeyRequest & WithTags(Aws::Vector< Tag > &&value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
ImportKeyRequest & WithEnabled(bool value)
ImportKeyRequest & WithTags(const Aws::Vector< Tag > &value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ImportKeyRequest & AddTags(Tag &&value)
void SetKeyCheckValueAlgorithm(KeyCheckValueAlgorithm &&value)
ImportKeyRequest & WithKeyCheckValueAlgorithm(const KeyCheckValueAlgorithm &value)
void SetTags(const Aws::Vector< Tag > &value)
AWS_PAYMENTCRYPTOGRAPHY_API ImportKeyRequest()
const ImportKeyMaterial & GetKeyMaterial() const
void SetEnabled(bool value)
ImportKeyRequest & WithKeyMaterial(ImportKeyMaterial &&value)
bool KeyCheckValueAlgorithmHasBeenSet() const
ImportKeyRequest & AddTags(const Tag &value)
ImportKeyRequest & WithKeyCheckValueAlgorithm(KeyCheckValueAlgorithm &&value)
ImportKeyRequest & WithKeyMaterial(const ImportKeyMaterial &value)
void SetKeyMaterial(ImportKeyMaterial &&value)
bool KeyMaterialHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(Aws::Vector< Tag > &&value)
void SetKeyCheckValueAlgorithm(const KeyCheckValueAlgorithm &value)
const Aws::Vector< Tag > & GetTags() const
void SetKeyMaterial(const ImportKeyMaterial &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