7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PaymentCryptography {
40 template <
typename KeyCertificateT = Aws::String>
42 m_keyCertificateHasBeenSet =
true;
43 m_keyCertificate = std::forward<KeyCertificateT>(value);
45 template <
typename KeyCertificateT = Aws::String>
58 template <
typename KeyCertificateChainT = Aws::String>
60 m_keyCertificateChainHasBeenSet =
true;
61 m_keyCertificateChain = std::forward<KeyCertificateChainT>(value);
63 template <
typename KeyCertificateChainT = Aws::String>
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
93 bool m_keyCertificateHasBeenSet =
false;
94 bool m_keyCertificateChainHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetKeyCertificateChain() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_PAYMENTCRYPTOGRAPHY_API GetPublicKeyCertificateResult()=default
AWS_PAYMENTCRYPTOGRAPHY_API GetPublicKeyCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPublicKeyCertificateResult & WithKeyCertificate(KeyCertificateT &&value)
void SetKeyCertificate(KeyCertificateT &&value)
GetPublicKeyCertificateResult & WithRequestId(RequestIdT &&value)
void SetKeyCertificateChain(KeyCertificateChainT &&value)
GetPublicKeyCertificateResult & WithKeyCertificateChain(KeyCertificateChainT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API GetPublicKeyCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetKeyCertificate() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue