7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template <
typename CertificateArnT = Aws::String>
43 m_certificateArnHasBeenSet =
true;
44 m_certificateArn = std::forward<CertificateArnT>(value);
46 template <
typename CertificateArnT = Aws::String>
58 template <
typename CertificateIdT = Aws::String>
60 m_certificateIdHasBeenSet =
true;
61 m_certificateId = std::forward<CertificateIdT>(value);
63 template <
typename CertificateIdT = 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_certificateArnHasBeenSet =
false;
94 bool m_certificateIdHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
AWS_IOT_API RegisterCACertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCertificateId(CertificateIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_IOT_API RegisterCACertificateResult()=default
void SetRequestId(RequestIdT &&value)
RegisterCACertificateResult & WithRequestId(RequestIdT &&value)
RegisterCACertificateResult & WithCertificateArn(CertificateArnT &&value)
AWS_IOT_API RegisterCACertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCertificateArn(CertificateArnT &&value)
RegisterCACertificateResult & WithCertificateId(CertificateIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetCertificateArn() const
const Aws::String & GetCertificateId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue