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>
65 template<
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
66 void SetReplicationRegions(ReplicationRegionsT&& value) { m_replicationRegionsHasBeenSet =
true; m_replicationRegions = std::forward<ReplicationRegionsT>(value); }
67 template<
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
69 template<
typename ReplicationRegionsT = Aws::String>
75 bool m_keyIdentifierHasBeenSet =
false;
78 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