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