7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename CertificateArnT = Aws::String>
41 void SetCertificateArn(CertificateArnT&& value) { m_certificateArnHasBeenSet =
true; m_certificateArn = std::forward<CertificateArnT>(value); }
42 template<
typename CertificateArnT = Aws::String>
52 template<
typename CertificateIdT = Aws::String>
53 void SetCertificateId(CertificateIdT&& value) { m_certificateIdHasBeenSet =
true; m_certificateId = std::forward<CertificateIdT>(value); }
54 template<
typename CertificateIdT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_certificateArnHasBeenSet =
false;
72 bool m_certificateIdHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const Aws::String & GetCertificateId() const
void SetRequestId(RequestIdT &&value)
void SetCertificateArn(CertificateArnT &&value)
RegisterCertificateWithoutCAResult & WithCertificateId(CertificateIdT &&value)
AWS_IOT_API RegisterCertificateWithoutCAResult()=default
void SetCertificateId(CertificateIdT &&value)
const Aws::String & GetCertificateArn() const
RegisterCertificateWithoutCAResult & WithCertificateArn(CertificateArnT &&value)
AWS_IOT_API RegisterCertificateWithoutCAResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RegisterCertificateWithoutCAResult & WithRequestId(RequestIdT &&value)
AWS_IOT_API RegisterCertificateWithoutCAResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue