AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DecryptDataResult.h
1
6#pragma once
7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace PaymentCryptographyData
24{
25namespace Model
26{
28 {
29 public:
30 AWS_PAYMENTCRYPTOGRAPHYDATA_API DecryptDataResult();
33
34
36
40 inline const Aws::String& GetKeyArn() const{ return m_keyArn; }
41 inline void SetKeyArn(const Aws::String& value) { m_keyArn = value; }
42 inline void SetKeyArn(Aws::String&& value) { m_keyArn = std::move(value); }
43 inline void SetKeyArn(const char* value) { m_keyArn.assign(value); }
44 inline DecryptDataResult& WithKeyArn(const Aws::String& value) { SetKeyArn(value); return *this;}
45 inline DecryptDataResult& WithKeyArn(Aws::String&& value) { SetKeyArn(std::move(value)); return *this;}
46 inline DecryptDataResult& WithKeyArn(const char* value) { SetKeyArn(value); return *this;}
48
50
56 inline const Aws::String& GetKeyCheckValue() const{ return m_keyCheckValue; }
57 inline void SetKeyCheckValue(const Aws::String& value) { m_keyCheckValue = value; }
58 inline void SetKeyCheckValue(Aws::String&& value) { m_keyCheckValue = std::move(value); }
59 inline void SetKeyCheckValue(const char* value) { m_keyCheckValue.assign(value); }
60 inline DecryptDataResult& WithKeyCheckValue(const Aws::String& value) { SetKeyCheckValue(value); return *this;}
61 inline DecryptDataResult& WithKeyCheckValue(Aws::String&& value) { SetKeyCheckValue(std::move(value)); return *this;}
62 inline DecryptDataResult& WithKeyCheckValue(const char* value) { SetKeyCheckValue(value); return *this;}
64
66
69 inline const Aws::String& GetPlainText() const{ return m_plainText; }
70 inline void SetPlainText(const Aws::String& value) { m_plainText = value; }
71 inline void SetPlainText(Aws::String&& value) { m_plainText = std::move(value); }
72 inline void SetPlainText(const char* value) { m_plainText.assign(value); }
73 inline DecryptDataResult& WithPlainText(const Aws::String& value) { SetPlainText(value); return *this;}
74 inline DecryptDataResult& WithPlainText(Aws::String&& value) { SetPlainText(std::move(value)); return *this;}
75 inline DecryptDataResult& WithPlainText(const char* value) { SetPlainText(value); return *this;}
77
79
80 inline const Aws::String& GetRequestId() const{ return m_requestId; }
81 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
82 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
83 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
84 inline DecryptDataResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
85 inline DecryptDataResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
86 inline DecryptDataResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
88 private:
89
90 Aws::String m_keyArn;
91
92 Aws::String m_keyCheckValue;
93
94 Aws::String m_plainText;
95
96 Aws::String m_requestId;
97 };
98
99} // namespace Model
100} // namespace PaymentCryptographyData
101} // namespace Aws
DecryptDataResult & WithPlainText(Aws::String &&value)
DecryptDataResult & WithKeyCheckValue(const char *value)
DecryptDataResult & WithKeyArn(const char *value)
DecryptDataResult & WithPlainText(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DecryptDataResult()
DecryptDataResult & WithKeyCheckValue(const Aws::String &value)
DecryptDataResult & WithRequestId(const char *value)
DecryptDataResult & WithPlainText(const char *value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DecryptDataResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DecryptDataResult & WithKeyCheckValue(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DecryptDataResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DecryptDataResult & WithKeyArn(Aws::String &&value)
DecryptDataResult & WithRequestId(Aws::String &&value)
DecryptDataResult & WithKeyArn(const Aws::String &value)
DecryptDataResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue