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>
67 template <
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
69 m_replicationRegionsHasBeenSet =
true;
70 m_replicationRegions = std::forward<ReplicationRegionsT>(value);
72 template <
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
77 template <
typename ReplicationRegionsT = Aws::String>
79 m_replicationRegionsHasBeenSet =
true;
80 m_replicationRegions.emplace_back(std::forward<ReplicationRegionsT>(value));
88 bool m_keyIdentifierHasBeenSet =
false;
89 bool m_replicationRegionsHasBeenSet =
false;
void SetKeyIdentifier(KeyIdentifierT &&value)
bool ReplicationRegionsHasBeenSet() const
const Aws::String & GetKeyIdentifier() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool KeyIdentifierHasBeenSet() const
RemoveKeyReplicationRegionsRequest & WithReplicationRegions(ReplicationRegionsT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API RemoveKeyReplicationRegionsRequest()=default
RemoveKeyReplicationRegionsRequest & WithKeyIdentifier(KeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetReplicationRegions() const
void SetReplicationRegions(ReplicationRegionsT &&value)
virtual const char * GetServiceRequestName() const override
RemoveKeyReplicationRegionsRequest & AddReplicationRegions(ReplicationRegionsT &&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