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 {
44 template <
typename KeyT = Key>
46 m_keyHasBeenSet =
true;
47 m_key = std::forward<KeyT>(value);
49 template <
typename KeyT = Key>
51 SetKey(std::forward<KeyT>(value));
59 template <
typename RequestIdT = Aws::String>
61 m_requestIdHasBeenSet =
true;
62 m_requestId = std::forward<RequestIdT>(value);
64 template <
typename RequestIdT = Aws::String>
74 bool m_keyHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
RemoveKeyReplicationRegionsResult & WithRequestId(RequestIdT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API RemoveKeyReplicationRegionsResult()=default
RemoveKeyReplicationRegionsResult & WithKey(KeyT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API RemoveKeyReplicationRegionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Key & GetKey() const
const Aws::String & GetRequestId() const
AWS_PAYMENTCRYPTOGRAPHY_API RemoveKeyReplicationRegionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetKey(KeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue