7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kms/model/MacAlgorithmSpec.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 inline void SetKeyId(
const char* value) { m_keyId.assign(value); }
80 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const char *value)
void SetKeyId(const Aws::String &value)
VerifyMacResult & WithRequestId(Aws::String &&value)
void SetMacValid(bool value)
void SetKeyId(Aws::String &&value)
void SetRequestId(Aws::String &&value)
VerifyMacResult & WithRequestId(const char *value)
VerifyMacResult & WithMacAlgorithm(MacAlgorithmSpec &&value)
const MacAlgorithmSpec & GetMacAlgorithm() const
AWS_KMS_API VerifyMacResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
VerifyMacResult & WithKeyId(Aws::String &&value)
VerifyMacResult & WithMacAlgorithm(const MacAlgorithmSpec &value)
const Aws::String & GetKeyId() const
void SetMacAlgorithm(MacAlgorithmSpec &&value)
VerifyMacResult & WithMacValid(bool value)
const Aws::String & GetRequestId() const
VerifyMacResult & WithKeyId(const Aws::String &value)
VerifyMacResult & WithKeyId(const char *value)
void SetKeyId(const char *value)
AWS_KMS_API VerifyMacResult()
void SetMacAlgorithm(const MacAlgorithmSpec &value)
AWS_KMS_API VerifyMacResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
VerifyMacResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue