7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/model/WrappedKey.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace PaymentCryptography
42 template<
typename WrappedKeyT = WrappedKey>
43 void SetWrappedKey(WrappedKeyT&& value) { m_wrappedKeyHasBeenSet =
true; m_wrappedKey = std::forward<WrappedKeyT>(value); }
44 template<
typename WrappedKeyT = WrappedKey>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_wrappedKeyHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const WrappedKey & GetWrappedKey() const
ExportKeyResult & WithWrappedKey(WrappedKeyT &&value)
void SetRequestId(RequestIdT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ExportKeyResult & WithRequestId(RequestIdT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyResult()=default
void SetWrappedKey(WrappedKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue