7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
10#include <aws/payment-cryptography/model/Key.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace PaymentCryptography {
45 template <
typename KeyT = Key>
47 m_keyHasBeenSet =
true;
48 m_key = std::forward<KeyT>(value);
50 template <
typename KeyT = Key>
52 SetKey(std::forward<KeyT>(value));
60 template <
typename RequestIdT = Aws::String>
62 m_requestIdHasBeenSet =
true;
63 m_requestId = std::forward<RequestIdT>(value);
65 template <
typename RequestIdT = Aws::String>
78 bool m_keyHasBeenSet =
false;
79 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::Http::HttpResponseCode GetHttpResponseCode() 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