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
42 inline void SetKey(
const Key& value) { m_key = value; }
43 inline void SetKey(
Key&& value) { m_key = std::move(value); }
53 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
ImportKeyResult & WithRequestId(const char *value)
void SetRequestId(Aws::String &&value)
void SetKey(const Key &value)
const Aws::String & GetRequestId() const
AWS_PAYMENTCRYPTOGRAPHY_API ImportKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PAYMENTCRYPTOGRAPHY_API ImportKeyResult()
ImportKeyResult & WithKey(const Key &value)
const Key & GetKey() const
ImportKeyResult & WithRequestId(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHY_API ImportKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ImportKeyResult & WithRequestId(Aws::String &&value)
void SetRequestId(const char *value)
void SetRequestId(const Aws::String &value)
ImportKeyResult & WithKey(Key &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue