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/core/utils/memory/stl/AWSVector.h>
13#include <aws/kms/model/SigningAlgorithmSpec.h>
63 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
165 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
171 bool m_keyIdHasBeenSet =
false;
174 bool m_messageHasBeenSet =
false;
177 bool m_messageTypeHasBeenSet =
false;
180 bool m_grantTokensHasBeenSet =
false;
183 bool m_signingAlgorithmHasBeenSet =
false;
186 bool m_dryRunHasBeenSet =
false;
SignRequest & WithKeyId(const char *value)
bool SigningAlgorithmHasBeenSet() const
void SetMessage(const Aws::Utils::CryptoBuffer &value)
SignRequest & WithSigningAlgorithm(const SigningAlgorithmSpec &value)
bool MessageHasBeenSet() const
const Aws::Vector< Aws::String > & GetGrantTokens() const
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetKeyId() const
void SetDryRun(bool value)
bool KeyIdHasBeenSet() const
void SetMessage(Aws::Utils::CryptoBuffer &&value)
SignRequest & WithMessage(Aws::Utils::CryptoBuffer &&value)
SignRequest & AddGrantTokens(const char *value)
bool MessageTypeHasBeenSet() const
void SetSigningAlgorithm(const SigningAlgorithmSpec &value)
void SetKeyId(const char *value)
const Aws::Utils::CryptoBuffer & GetMessage() const
SignRequest & AddGrantTokens(Aws::String &&value)
SignRequest & WithKeyId(const Aws::String &value)
const SigningAlgorithmSpec & GetSigningAlgorithm() const
AWS_KMS_API Aws::String SerializePayload() const override
SignRequest & WithKeyId(Aws::String &&value)
SignRequest & WithGrantTokens(Aws::Vector< Aws::String > &&value)
void SetKeyId(const Aws::String &value)
void SetMessageType(const MessageType &value)
void SetMessageType(MessageType &&value)
AWS_KMS_API SignRequest()
SignRequest & WithDryRun(bool value)
bool GrantTokensHasBeenSet() const
void SetGrantTokens(const Aws::Vector< Aws::String > &value)
bool DryRunHasBeenSet() const
SignRequest & WithMessageType(const MessageType &value)
void SetSigningAlgorithm(SigningAlgorithmSpec &&value)
SignRequest & WithGrantTokens(const Aws::Vector< Aws::String > &value)
void SetKeyId(Aws::String &&value)
const MessageType & GetMessageType() const
SignRequest & WithSigningAlgorithm(SigningAlgorithmSpec &&value)
void SetGrantTokens(Aws::Vector< Aws::String > &&value)
SignRequest & WithMessageType(MessageType &&value)
virtual const char * GetServiceRequestName() const override
SignRequest & AddGrantTokens(const Aws::String &value)
SignRequest & WithMessage(const Aws::Utils::CryptoBuffer &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