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/KeySpec.h>
11#include <aws/kms/model/KeyUsageType.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/kms/model/EncryptionAlgorithmSpec.h>
14#include <aws/kms/model/SigningAlgorithmSpec.h>
15#include <aws/kms/model/KeyAgreementAlgorithmSpec.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
51 inline void SetKeyId(
const char* value) { m_keyId.assign(value); }
150 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetPublicKeyResult & AddKeyAgreementAlgorithms(const KeyAgreementAlgorithmSpec &value)
GetPublicKeyResult & WithPublicKey(const Aws::Utils::ByteBuffer &value)
AWS_KMS_API GetPublicKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetKeySpec(KeySpec &&value)
GetPublicKeyResult & AddEncryptionAlgorithms(const EncryptionAlgorithmSpec &value)
void SetPublicKey(Aws::Utils::ByteBuffer &&value)
AWS_KMS_API GetPublicKeyResult()
void SetSigningAlgorithms(const Aws::Vector< SigningAlgorithmSpec > &value)
GetPublicKeyResult & WithRequestId(const char *value)
GetPublicKeyResult & WithSigningAlgorithms(const Aws::Vector< SigningAlgorithmSpec > &value)
void SetPublicKey(const Aws::Utils::ByteBuffer &value)
GetPublicKeyResult & WithKeyAgreementAlgorithms(const Aws::Vector< KeyAgreementAlgorithmSpec > &value)
void SetKeyUsage(KeyUsageType &&value)
GetPublicKeyResult & WithKeyId(const Aws::String &value)
GetPublicKeyResult & WithKeySpec(KeySpec &&value)
void SetRequestId(Aws::String &&value)
GetPublicKeyResult & WithKeyId(Aws::String &&value)
void SetKeyId(Aws::String &&value)
void SetRequestId(const char *value)
void SetRequestId(const Aws::String &value)
void SetSigningAlgorithms(Aws::Vector< SigningAlgorithmSpec > &&value)
GetPublicKeyResult & WithEncryptionAlgorithms(Aws::Vector< EncryptionAlgorithmSpec > &&value)
GetPublicKeyResult & AddKeyAgreementAlgorithms(KeyAgreementAlgorithmSpec &&value)
void SetKeyAgreementAlgorithms(const Aws::Vector< KeyAgreementAlgorithmSpec > &value)
GetPublicKeyResult & AddEncryptionAlgorithms(EncryptionAlgorithmSpec &&value)
GetPublicKeyResult & AddSigningAlgorithms(SigningAlgorithmSpec &&value)
void SetKeyId(const char *value)
const Aws::Utils::ByteBuffer & GetPublicKey() const
GetPublicKeyResult & WithKeyAgreementAlgorithms(Aws::Vector< KeyAgreementAlgorithmSpec > &&value)
GetPublicKeyResult & WithKeyUsage(const KeyUsageType &value)
const KeySpec & GetKeySpec() const
void SetEncryptionAlgorithms(const Aws::Vector< EncryptionAlgorithmSpec > &value)
GetPublicKeyResult & WithEncryptionAlgorithms(const Aws::Vector< EncryptionAlgorithmSpec > &value)
const Aws::Vector< KeyAgreementAlgorithmSpec > & GetKeyAgreementAlgorithms() const
void SetKeyUsage(const KeyUsageType &value)
const Aws::String & GetKeyId() const
GetPublicKeyResult & AddSigningAlgorithms(const SigningAlgorithmSpec &value)
GetPublicKeyResult & WithRequestId(Aws::String &&value)
void SetKeySpec(const KeySpec &value)
GetPublicKeyResult & WithPublicKey(Aws::Utils::ByteBuffer &&value)
const Aws::Vector< EncryptionAlgorithmSpec > & GetEncryptionAlgorithms() const
const Aws::String & GetRequestId() const
GetPublicKeyResult & WithKeyUsage(KeyUsageType &&value)
GetPublicKeyResult & WithSigningAlgorithms(Aws::Vector< SigningAlgorithmSpec > &&value)
GetPublicKeyResult & WithKeyId(const char *value)
void SetEncryptionAlgorithms(Aws::Vector< EncryptionAlgorithmSpec > &&value)
const Aws::Vector< SigningAlgorithmSpec > & GetSigningAlgorithms() const
void SetKeyId(const Aws::String &value)
GetPublicKeyResult & WithRequestId(const Aws::String &value)
AWS_KMS_API GetPublicKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const KeyUsageType & GetKeyUsage() const
void SetKeyAgreementAlgorithms(Aws::Vector< KeyAgreementAlgorithmSpec > &&value)
GetPublicKeyResult & WithKeySpec(const KeySpec &value)
KeyAgreementAlgorithmSpec
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue