7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename CiphertextBlobT = Aws::Utils::ByteBuffer>
43 void SetCiphertextBlob(CiphertextBlobT&& value) { m_ciphertextBlobHasBeenSet =
true; m_ciphertextBlob = std::forward<CiphertextBlobT>(value); }
44 template<
typename CiphertextBlobT = Aws::Utils::ByteBuffer>
55 template<
typename KeyIdT = Aws::String>
56 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
57 template<
typename KeyIdT = Aws::String>
66 template<
typename KeyMaterialIdT = Aws::String>
67 void SetKeyMaterialId(KeyMaterialIdT&& value) { m_keyMaterialIdHasBeenSet =
true; m_keyMaterialId = std::forward<KeyMaterialIdT>(value); }
68 template<
typename KeyMaterialIdT = Aws::String>
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_ciphertextBlobHasBeenSet =
false;
86 bool m_keyIdHasBeenSet =
false;
89 bool m_keyMaterialIdHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_KMS_API GenerateDataKeyWithoutPlaintextResult()=default
const Aws::Utils::ByteBuffer & GetCiphertextBlob() const
const Aws::String & GetKeyId() const
const Aws::String & GetKeyMaterialId() const
void SetCiphertextBlob(CiphertextBlobT &&value)
void SetKeyMaterialId(KeyMaterialIdT &&value)
void SetKeyId(KeyIdT &&value)
GenerateDataKeyWithoutPlaintextResult & WithKeyMaterialId(KeyMaterialIdT &&value)
GenerateDataKeyWithoutPlaintextResult & WithCiphertextBlob(CiphertextBlobT &&value)
AWS_KMS_API GenerateDataKeyWithoutPlaintextResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KMS_API GenerateDataKeyWithoutPlaintextResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GenerateDataKeyWithoutPlaintextResult & WithKeyId(KeyIdT &&value)
const Aws::String & GetRequestId() const
GenerateDataKeyWithoutPlaintextResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue