7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
9#include <aws/payment-cryptography-data/model/WrappedWorkingKey.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PaymentCryptographyData {
36 template <
typename WrappedKeyT = WrappedWorkingKey>
38 m_wrappedKeyHasBeenSet =
true;
39 m_wrappedKey = std::forward<WrappedKeyT>(value);
41 template <
typename WrappedKeyT = WrappedWorkingKey>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_wrappedKeyHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslateKeyMaterialResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
TranslateKeyMaterialResult & WithRequestId(RequestIdT &&value)
TranslateKeyMaterialResult & WithWrappedKey(WrappedKeyT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslateKeyMaterialResult()=default
const WrappedWorkingKey & GetWrappedKey() const
void SetRequestId(RequestIdT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslateKeyMaterialResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetWrappedKey(WrappedKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue