AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GenerateDataKeyWithoutPlaintextResult.h
1
6#pragma once
7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace KMS
25{
26namespace Model
27{
29 {
30 public:
34
35
37
41 inline const Aws::Utils::ByteBuffer& GetCiphertextBlob() const{ return m_ciphertextBlob; }
42 inline void SetCiphertextBlob(const Aws::Utils::ByteBuffer& value) { m_ciphertextBlob = value; }
43 inline void SetCiphertextBlob(Aws::Utils::ByteBuffer&& value) { m_ciphertextBlob = std::move(value); }
47
49
54 inline const Aws::String& GetKeyId() const{ return m_keyId; }
55 inline void SetKeyId(const Aws::String& value) { m_keyId = value; }
56 inline void SetKeyId(Aws::String&& value) { m_keyId = std::move(value); }
57 inline void SetKeyId(const char* value) { m_keyId.assign(value); }
58 inline GenerateDataKeyWithoutPlaintextResult& WithKeyId(const Aws::String& value) { SetKeyId(value); return *this;}
59 inline GenerateDataKeyWithoutPlaintextResult& WithKeyId(Aws::String&& value) { SetKeyId(std::move(value)); return *this;}
60 inline GenerateDataKeyWithoutPlaintextResult& WithKeyId(const char* value) { SetKeyId(value); return *this;}
62
64
65 inline const Aws::String& GetRequestId() const{ return m_requestId; }
66 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
67 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
68 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
69 inline GenerateDataKeyWithoutPlaintextResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
70 inline GenerateDataKeyWithoutPlaintextResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
71 inline GenerateDataKeyWithoutPlaintextResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
73 private:
74
75 Aws::Utils::ByteBuffer m_ciphertextBlob;
76
77 Aws::String m_keyId;
78
79 Aws::String m_requestId;
80 };
81
82} // namespace Model
83} // namespace KMS
84} // namespace Aws
GenerateDataKeyWithoutPlaintextResult & WithRequestId(Aws::String &&value)
GenerateDataKeyWithoutPlaintextResult & WithRequestId(const Aws::String &value)
GenerateDataKeyWithoutPlaintextResult & WithCiphertextBlob(Aws::Utils::ByteBuffer &&value)
GenerateDataKeyWithoutPlaintextResult & WithKeyId(Aws::String &&value)
GenerateDataKeyWithoutPlaintextResult & WithKeyId(const Aws::String &value)
GenerateDataKeyWithoutPlaintextResult & WithKeyId(const char *value)
GenerateDataKeyWithoutPlaintextResult & WithCiphertextBlob(const Aws::Utils::ByteBuffer &value)
GenerateDataKeyWithoutPlaintextResult & WithRequestId(const char *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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue