7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
10#include <aws/mgn/model/ExportTask.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
41 template <
typename ExportTaskT = ExportTask>
43 m_exportTaskHasBeenSet =
true;
44 m_exportTask = std::forward<ExportTaskT>(value);
46 template <
typename ExportTaskT = ExportTask>
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_exportTaskHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
const ExportTask & GetExportTask() const
AWS_MGN_API StartExportResult()=default
StartExportResult & WithRequestId(RequestIdT &&value)
AWS_MGN_API StartExportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetExportTask(ExportTaskT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
StartExportResult & WithExportTask(ExportTaskT &&value)
AWS_MGN_API StartExportResult(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