7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/kms/KMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
11#include <aws/kms/model/MessageType.h>
12#include <aws/kms/model/SigningAlgorithmSpec.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
62 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
176 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
182 bool m_keyIdHasBeenSet =
false;
185 bool m_messageHasBeenSet =
false;
188 bool m_messageTypeHasBeenSet =
false;
191 bool m_signatureHasBeenSet =
false;
194 bool m_signingAlgorithmHasBeenSet =
false;
197 bool m_grantTokensHasBeenSet =
false;
200 bool m_dryRunHasBeenSet =
false;
bool KeyIdHasBeenSet() const
VerifyRequest & WithKeyId(const char *value)
VerifyRequest & WithMessageType(const MessageType &value)
const Aws::String & GetKeyId() const
bool DryRunHasBeenSet() const
void SetDryRun(bool value)
AWS_KMS_API VerifyRequest()
VerifyRequest & WithMessageType(MessageType &&value)
void SetKeyId(const char *value)
virtual const char * GetServiceRequestName() const override
VerifyRequest & AddGrantTokens(const char *value)
void SetSignature(const Aws::Utils::ByteBuffer &value)
void SetKeyId(Aws::String &&value)
void SetGrantTokens(Aws::Vector< Aws::String > &&value)
const Aws::Utils::ByteBuffer & GetSignature() const
bool GrantTokensHasBeenSet() const
const Aws::Vector< Aws::String > & GetGrantTokens() const
AWS_KMS_API Aws::String SerializePayload() const override
const MessageType & GetMessageType() const
void SetKeyId(const Aws::String &value)
VerifyRequest & WithSignature(const Aws::Utils::ByteBuffer &value)
void SetMessageType(const MessageType &value)
bool SignatureHasBeenSet() const
VerifyRequest & WithMessage(const Aws::Utils::CryptoBuffer &value)
VerifyRequest & WithGrantTokens(Aws::Vector< Aws::String > &&value)
void SetSignature(Aws::Utils::ByteBuffer &&value)
const Aws::Utils::CryptoBuffer & GetMessage() const
void SetMessageType(MessageType &&value)
VerifyRequest & WithSigningAlgorithm(const SigningAlgorithmSpec &value)
VerifyRequest & WithKeyId(const Aws::String &value)
bool SigningAlgorithmHasBeenSet() const
VerifyRequest & AddGrantTokens(Aws::String &&value)
bool MessageTypeHasBeenSet() const
void SetMessage(Aws::Utils::CryptoBuffer &&value)
void SetMessage(const Aws::Utils::CryptoBuffer &value)
VerifyRequest & WithDryRun(bool value)
const SigningAlgorithmSpec & GetSigningAlgorithm() const
void SetGrantTokens(const Aws::Vector< Aws::String > &value)
VerifyRequest & WithSignature(Aws::Utils::ByteBuffer &&value)
VerifyRequest & AddGrantTokens(const Aws::String &value)
VerifyRequest & WithKeyId(Aws::String &&value)
VerifyRequest & WithMessage(Aws::Utils::CryptoBuffer &&value)
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
VerifyRequest & WithSigningAlgorithm(SigningAlgorithmSpec &&value)
void SetSigningAlgorithm(const SigningAlgorithmSpec &value)
VerifyRequest & WithGrantTokens(const Aws::Vector< Aws::String > &value)
bool MessageHasBeenSet() const
void SetSigningAlgorithm(SigningAlgorithmSpec &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector