7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CognitoIdentityProvider {
43 template <
typename CertificateT = Aws::String>
45 m_certificateHasBeenSet =
true;
46 m_certificate = std::forward<CertificateT>(value);
48 template <
typename CertificateT = Aws::String>
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_certificateHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetSigningCertificateResult & WithCertificate(CertificateT &&value)
AWS_COGNITOIDENTITYPROVIDER_API GetSigningCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COGNITOIDENTITYPROVIDER_API GetSigningCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCertificate() const
AWS_COGNITOIDENTITYPROVIDER_API GetSigningCertificateResult()=default
const Aws::String & GetRequestId() const
void SetCertificate(CertificateT &&value)
void SetRequestId(RequestIdT &&value)
GetSigningCertificateResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue