7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace PaymentCryptography
50 template<
typename KeyIdentifierT = Aws::String>
51 void SetKeyIdentifier(KeyIdentifierT&& value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier = std::forward<KeyIdentifierT>(value); }
52 template<
typename KeyIdentifierT = Aws::String>
66 template<
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
67 void SetReplicationRegions(ReplicationRegionsT&& value) { m_replicationRegionsHasBeenSet =
true; m_replicationRegions = std::forward<ReplicationRegionsT>(value); }
68 template<
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
70 template<
typename ReplicationRegionsT = Aws::String>
76 bool m_keyIdentifierHasBeenSet =
false;
79 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