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>
60 template<
typename KeyIdT = Aws::String>
61 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
62 template<
typename KeyIdT = Aws::String>
77 template<
typename MessageT = Aws::Utils::CryptoBuffer>
78 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
79 template<
typename MessageT = Aws::Utils::CryptoBuffer>
130 template<
typename SignatureT = Aws::Utils::ByteBuffer>
131 void SetSignature(SignatureT&& value) { m_signatureHasBeenSet =
true; m_signature = std::forward<SignatureT>(value); }
132 template<
typename SignatureT = Aws::Utils::ByteBuffer>
159 template<
typename GrantTokensT = Aws::Vector<Aws::String>>
160 void SetGrantTokens(GrantTokensT&& value) { m_grantTokensHasBeenSet =
true; m_grantTokens = std::forward<GrantTokensT>(value); }
161 template<
typename GrantTokensT = Aws::Vector<Aws::String>>
163 template<
typename GrantTokensT = Aws::String>
164 VerifyRequest&
AddGrantTokens(GrantTokensT&& value) { m_grantTokensHasBeenSet =
true; m_grantTokens.emplace_back(std::forward<GrantTokensT>(value));
return *
this; }
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;
199 bool m_dryRun{
false};
200 bool m_dryRunHasBeenSet =
false;
void SetMessageType(MessageType value)
void SetGrantTokens(GrantTokensT &&value)
VerifyRequest & AddGrantTokens(GrantTokensT &&value)
VerifyRequest & WithSignature(SignatureT &&value)
bool KeyIdHasBeenSet() const
const Aws::String & GetKeyId() const
bool DryRunHasBeenSet() const
VerifyRequest & WithSigningAlgorithm(SigningAlgorithmSpec value)
void SetDryRun(bool value)
VerifyRequest & WithMessage(MessageT &&value)
virtual const char * GetServiceRequestName() const override
SigningAlgorithmSpec GetSigningAlgorithm() const
const Aws::Utils::ByteBuffer & GetSignature() const
bool GrantTokensHasBeenSet() const
const Aws::Vector< Aws::String > & GetGrantTokens() const
VerifyRequest & WithMessageType(MessageType value)
AWS_KMS_API Aws::String SerializePayload() const override
AWS_KMS_API VerifyRequest()=default
bool SignatureHasBeenSet() const
const Aws::Utils::CryptoBuffer & GetMessage() const
void SetSigningAlgorithm(SigningAlgorithmSpec value)
void SetMessage(MessageT &&value)
bool SigningAlgorithmHasBeenSet() const
bool MessageTypeHasBeenSet() const
MessageType GetMessageType() const
VerifyRequest & WithDryRun(bool value)
void SetSignature(SignatureT &&value)
VerifyRequest & WithGrantTokens(GrantTokensT &&value)
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
VerifyRequest & WithKeyId(KeyIdT &&value)
bool MessageHasBeenSet() const
void SetKeyId(KeyIdT &&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