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 TransferredCertificateArnT = Aws::String>
43 m_transferredCertificateArnHasBeenSet =
true;
44 m_transferredCertificateArn = std::forward<TransferredCertificateArnT>(value);
46 template <
typename TransferredCertificateArnT = Aws::String>
56 template <
typename RequestIdT = Aws::String>
58 m_requestIdHasBeenSet =
true;
59 m_requestId = std::forward<RequestIdT>(value);
61 template <
typename RequestIdT = Aws::String>
74 bool m_transferredCertificateArnHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
AWS_IOT_API TransferCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTransferredCertificateArn(TransferredCertificateArnT &&value)
AWS_IOT_API TransferCertificateResult()=default
TransferCertificateResult & WithTransferredCertificateArn(TransferredCertificateArnT &&value)
TransferCertificateResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_IOT_API TransferCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetTransferredCertificateArn() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue