7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Array.h>
10#include <aws/kms/model/SigningAlgorithmSpec.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename KeyIdT = Aws::String>
45 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
46 template<
typename KeyIdT = Aws::String>
66 template<
typename SignatureT = Aws::Utils::ByteBuffer>
67 void SetSignature(SignatureT&& value) { m_signatureHasBeenSet =
true; m_signature = std::forward<SignatureT>(value); }
68 template<
typename SignatureT = Aws::Utils::ByteBuffer>
84 template<
typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
86 template<
typename RequestIdT = Aws::String>
92 bool m_keyIdHasBeenSet =
false;
95 bool m_signatureHasBeenSet =
false;
98 bool m_signingAlgorithmHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
SignResult & WithSignature(SignatureT &&value)
const Aws::String & GetKeyId() const
AWS_KMS_API SignResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SignResult & WithSigningAlgorithm(SigningAlgorithmSpec value)
const Aws::String & GetRequestId() const
const Aws::Utils::ByteBuffer & GetSignature() const
void SetSigningAlgorithm(SigningAlgorithmSpec value)
SigningAlgorithmSpec GetSigningAlgorithm() const
void SetRequestId(RequestIdT &&value)
void SetSignature(SignatureT &&value)
void SetKeyId(KeyIdT &&value)
SignResult & WithKeyId(KeyIdT &&value)
AWS_KMS_API SignResult()=default
AWS_KMS_API SignResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SignResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue