7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace PaymentCryptographyData
41 template<
typename KeyArnT = Aws::String>
42 void SetKeyArn(KeyArnT&& value) { m_keyArnHasBeenSet =
true; m_keyArn = std::forward<KeyArnT>(value); }
43 template<
typename KeyArnT = Aws::String>
55 template<
typename KeyCheckValueT = Aws::String>
56 void SetKeyCheckValue(KeyCheckValueT&& value) { m_keyCheckValueHasBeenSet =
true; m_keyCheckValue = std::forward<KeyCheckValueT>(value); }
57 template<
typename KeyCheckValueT = Aws::String>
66 template<
typename CipherTextT = Aws::String>
67 void SetCipherText(CipherTextT&& value) { m_cipherTextHasBeenSet =
true; m_cipherText = std::forward<CipherTextT>(value); }
68 template<
typename CipherTextT = 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_keyArnHasBeenSet =
false;
86 bool m_keyCheckValueHasBeenSet =
false;
89 bool m_cipherTextHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
void SetKeyCheckValue(KeyCheckValueT &&value)
void SetKeyArn(KeyArnT &&value)
EncryptDataResult & WithKeyCheckValue(KeyCheckValueT &&value)
void SetRequestId(RequestIdT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API EncryptDataResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API EncryptDataResult()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API EncryptDataResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetKeyArn() const
EncryptDataResult & WithRequestId(RequestIdT &&value)
EncryptDataResult & WithKeyArn(KeyArnT &&value)
void SetCipherText(CipherTextT &&value)
const Aws::String & GetKeyCheckValue() const
EncryptDataResult & WithCipherText(CipherTextT &&value)
const Aws::String & GetCipherText() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue