7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
10#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
15namespace PaymentCryptography {
46 template <
typename KeyIdentifierT = Aws::String>
48 m_keyIdentifierHasBeenSet =
true;
49 m_keyIdentifier = std::forward<KeyIdentifierT>(value);
51 template <
typename KeyIdentifierT = Aws::String>
68 template <
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
70 m_replicationRegionsHasBeenSet =
true;
71 m_replicationRegions = std::forward<ReplicationRegionsT>(value);
73 template <
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
78 template <
typename ReplicationRegionsT = Aws::String>
80 m_replicationRegionsHasBeenSet =
true;
81 m_replicationRegions.emplace_back(std::forward<ReplicationRegionsT>(value));
89 bool m_keyIdentifierHasBeenSet =
false;
90 bool m_replicationRegionsHasBeenSet =
false;
bool KeyIdentifierHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AddKeyReplicationRegionsRequest & WithReplicationRegions(ReplicationRegionsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
bool ReplicationRegionsHasBeenSet() const
AddKeyReplicationRegionsRequest & AddReplicationRegions(ReplicationRegionsT &&value)
void SetKeyIdentifier(KeyIdentifierT &&value)
void SetReplicationRegions(ReplicationRegionsT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API AddKeyReplicationRegionsRequest()=default
const Aws::Vector< Aws::String > & GetReplicationRegions() const
const Aws::String & GetKeyIdentifier() const
AddKeyReplicationRegionsRequest & WithKeyIdentifier(KeyIdentifierT &&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