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 {
36 template <
typename KeyT = Key>
38 m_keyHasBeenSet =
true;
39 m_key = std::forward<KeyT>(value);
41 template <
typename KeyT = Key>
43 SetKey(std::forward<KeyT>(value));
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_keyHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API DeleteKeyResult()=default
void SetKey(KeyT &&value)
const Key & GetKey() const
DeleteKeyResult & WithKey(KeyT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API DeleteKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteKeyResult & WithRequestId(RequestIdT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API DeleteKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue