7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/KeyPair.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename CertificateArnT = Aws::String>
44 m_certificateArnHasBeenSet =
true;
45 m_certificateArn = std::forward<CertificateArnT>(value);
47 template <
typename CertificateArnT = Aws::String>
60 template <
typename CertificateIdT = Aws::String>
62 m_certificateIdHasBeenSet =
true;
63 m_certificateId = std::forward<CertificateIdT>(value);
65 template <
typename CertificateIdT = Aws::String>
77 template <
typename CertificatePemT = Aws::String>
79 m_certificatePemHasBeenSet =
true;
80 m_certificatePem = std::forward<CertificatePemT>(value);
82 template <
typename CertificatePemT = Aws::String>
94 template <
typename KeyPairT = KeyPair>
96 m_keyPairHasBeenSet =
true;
97 m_keyPair = std::forward<KeyPairT>(value);
99 template <
typename KeyPairT = KeyPair>
109 template <
typename RequestIdT = Aws::String>
111 m_requestIdHasBeenSet =
true;
112 m_requestId = std::forward<RequestIdT>(value);
114 template <
typename RequestIdT = Aws::String>
133 bool m_certificateArnHasBeenSet =
false;
134 bool m_certificateIdHasBeenSet =
false;
135 bool m_certificatePemHasBeenSet =
false;
136 bool m_keyPairHasBeenSet =
false;
137 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
CreateKeysAndCertificateResult & WithCertificateId(CertificateIdT &&value)
AWS_IOT_API CreateKeysAndCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateKeysAndCertificateResult & WithCertificateArn(CertificateArnT &&value)
void SetKeyPair(KeyPairT &&value)
CreateKeysAndCertificateResult & WithKeyPair(KeyPairT &&value)
CreateKeysAndCertificateResult & WithCertificatePem(CertificatePemT &&value)
const Aws::String & GetCertificatePem() const
const KeyPair & GetKeyPair() const
AWS_IOT_API CreateKeysAndCertificateResult()=default
const Aws::String & GetCertificateArn() const
const Aws::String & GetCertificateId() const
void SetCertificateId(CertificateIdT &&value)
void SetCertificatePem(CertificatePemT &&value)
void SetCertificateArn(CertificateArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateKeysAndCertificateResult & WithRequestId(RequestIdT &&value)
AWS_IOT_API CreateKeysAndCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue