7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/model/Key.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace PaymentCryptography
49 template<
typename KeyT = Key>
50 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
51 template<
typename KeyT = Key>
58 template<
typename RequestIdT = Aws::String>
59 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
60 template<
typename RequestIdT = Aws::String>
66 bool m_keyHasBeenSet =
false;
69 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