7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
46 template<
typename CertificateArnT = Aws::String>
47 void SetCertificateArn(CertificateArnT&& value) { m_certificateArnHasBeenSet =
true; m_certificateArn = std::forward<CertificateArnT>(value); }
48 template<
typename CertificateArnT = Aws::String>
57 template<
typename CertificateIdT = Aws::String>
58 void SetCertificateId(CertificateIdT&& value) { m_certificateIdHasBeenSet =
true; m_certificateId = std::forward<CertificateIdT>(value); }
59 template<
typename CertificateIdT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_certificateArnHasBeenSet =
false;
77 bool m_certificateIdHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
AWS_IOT_API RegisterCACertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCertificateId(CertificateIdT &&value)
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