7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/KeyPair.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
47 template<
typename CertificateArnT = Aws::String>
48 void SetCertificateArn(CertificateArnT&& value) { m_certificateArnHasBeenSet =
true; m_certificateArn = std::forward<CertificateArnT>(value); }
49 template<
typename CertificateArnT = Aws::String>
59 template<
typename CertificateIdT = Aws::String>
60 void SetCertificateId(CertificateIdT&& value) { m_certificateIdHasBeenSet =
true; m_certificateId = std::forward<CertificateIdT>(value); }
61 template<
typename CertificateIdT = Aws::String>
70 template<
typename CertificatePemT = Aws::String>
71 void SetCertificatePem(CertificatePemT&& value) { m_certificatePemHasBeenSet =
true; m_certificatePem = std::forward<CertificatePemT>(value); }
72 template<
typename CertificatePemT = Aws::String>
81 template<
typename KeyPairT = KeyPair>
82 void SetKeyPair(KeyPairT&& value) { m_keyPairHasBeenSet =
true; m_keyPair = std::forward<KeyPairT>(value); }
83 template<
typename KeyPairT = KeyPair>
90 template<
typename RequestIdT = Aws::String>
91 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
92 template<
typename RequestIdT = Aws::String>
98 bool m_certificateArnHasBeenSet =
false;
101 bool m_certificateIdHasBeenSet =
false;
104 bool m_certificatePemHasBeenSet =
false;
107 bool m_keyPairHasBeenSet =
false;
110 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)
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