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 {
38 template <
typename KeyCertificateT = Aws::String>
40 m_keyCertificateHasBeenSet =
true;
41 m_keyCertificate = std::forward<KeyCertificateT>(value);
43 template <
typename KeyCertificateT = Aws::String>
56 template <
typename KeyCertificateChainT = Aws::String>
58 m_keyCertificateChainHasBeenSet =
true;
59 m_keyCertificateChain = std::forward<KeyCertificateChainT>(value);
61 template <
typename KeyCertificateChainT = Aws::String>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_keyCertificateHasBeenSet =
false;
92 bool m_keyCertificateChainHasBeenSet =
false;
93 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