7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
9#include <aws/payment-cryptography/model/Key.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PaymentCryptography {
43 template <
typename KeyT = Key>
45 m_keyHasBeenSet =
true;
46 m_key = std::forward<KeyT>(value);
48 template <
typename KeyT = Key>
50 SetKey(std::forward<KeyT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
73 bool m_keyHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_PAYMENTCRYPTOGRAPHY_API AddKeyReplicationRegionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Key & GetKey() const
AddKeyReplicationRegionsResult & WithRequestId(RequestIdT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API AddKeyReplicationRegionsResult()=default
void SetKey(KeyT &&value)
AddKeyReplicationRegionsResult & WithKey(KeyT &&value)
void SetRequestId(RequestIdT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API AddKeyReplicationRegionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue