7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/JobStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename JobIdT = Aws::String>
42 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
43 template<
typename JobIdT = Aws::String>
52 template<
typename JobNameT = Aws::String>
53 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
54 template<
typename JobNameT = Aws::String>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_jobIdHasBeenSet =
false;
93 bool m_jobNameHasBeenSet =
false;
96 bool m_jobStatusHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
void SetJobStatus(JobStatus value)
AWS_IOTSITEWISE_API CreateBulkImportJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateBulkImportJobResult & WithJobStatus(JobStatus value)
CreateBulkImportJobResult & WithRequestId(RequestIdT &&value)
CreateBulkImportJobResult & WithJobId(JobIdT &&value)
void SetJobName(JobNameT &&value)
const Aws::String & GetJobId() const
CreateBulkImportJobResult & WithJobName(JobNameT &&value)
void SetJobId(JobIdT &&value)
JobStatus GetJobStatus() const
AWS_IOTSITEWISE_API CreateBulkImportJobResult()=default
AWS_IOTSITEWISE_API CreateBulkImportJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetJobName() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue