7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iotsitewise/model/ErrorReportLocation.h>
12#include <aws/iotsitewise/model/JobConfiguration.h>
13#include <aws/iotsitewise/model/File.h>
45 template<
typename JobNameT = Aws::String>
46 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
47 template<
typename JobNameT = Aws::String>
59 template<
typename JobRoleArnT = Aws::String>
60 void SetJobRoleArn(JobRoleArnT&& value) { m_jobRoleArnHasBeenSet =
true; m_jobRoleArn = std::forward<JobRoleArnT>(value); }
61 template<
typename JobRoleArnT = Aws::String>
71 template<
typename FilesT = Aws::Vector<File>>
72 void SetFiles(FilesT&& value) { m_filesHasBeenSet =
true; m_files = std::forward<FilesT>(value); }
73 template<
typename FilesT = Aws::Vector<File>>
75 template<
typename FilesT = File>
86 template<
typename ErrorReportLocationT = ErrorReportLocation>
87 void SetErrorReportLocation(ErrorReportLocationT&& value) { m_errorReportLocationHasBeenSet =
true; m_errorReportLocation = std::forward<ErrorReportLocationT>(value); }
88 template<
typename ErrorReportLocationT = ErrorReportLocation>
99 template<
typename JobConfigurationT = JobConfiguration>
100 void SetJobConfiguration(JobConfigurationT&& value) { m_jobConfigurationHasBeenSet =
true; m_jobConfiguration = std::forward<JobConfigurationT>(value); }
101 template<
typename JobConfigurationT = JobConfiguration>
113 inline void SetAdaptiveIngestion(
bool value) { m_adaptiveIngestionHasBeenSet =
true; m_adaptiveIngestion = value; }
130 bool m_jobNameHasBeenSet =
false;
133 bool m_jobRoleArnHasBeenSet =
false;
136 bool m_filesHasBeenSet =
false;
139 bool m_errorReportLocationHasBeenSet =
false;
142 bool m_jobConfigurationHasBeenSet =
false;
144 bool m_adaptiveIngestion{
false};
145 bool m_adaptiveIngestionHasBeenSet =
false;
147 bool m_deleteFilesAfterImport{
false};
148 bool m_deleteFilesAfterImportHasBeenSet =
false;
CreateBulkImportJobRequest & WithAdaptiveIngestion(bool value)
bool GetAdaptiveIngestion() const
bool FilesHasBeenSet() const
CreateBulkImportJobRequest & AddFiles(FilesT &&value)
const Aws::String & GetJobName() const
const JobConfiguration & GetJobConfiguration() const
void SetJobName(JobNameT &&value)
virtual const char * GetServiceRequestName() const override
bool AdaptiveIngestionHasBeenSet() const
CreateBulkImportJobRequest & WithJobRoleArn(JobRoleArnT &&value)
void SetJobRoleArn(JobRoleArnT &&value)
void SetErrorReportLocation(ErrorReportLocationT &&value)
void SetJobConfiguration(JobConfigurationT &&value)
void SetAdaptiveIngestion(bool value)
bool ErrorReportLocationHasBeenSet() const
bool GetDeleteFilesAfterImport() const
bool DeleteFilesAfterImportHasBeenSet() const
void SetDeleteFilesAfterImport(bool value)
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
const Aws::String & GetJobRoleArn() const
const Aws::Vector< File > & GetFiles() const
CreateBulkImportJobRequest & WithJobConfiguration(JobConfigurationT &&value)
CreateBulkImportJobRequest & WithFiles(FilesT &&value)
CreateBulkImportJobRequest & WithErrorReportLocation(ErrorReportLocationT &&value)
void SetFiles(FilesT &&value)
bool JobRoleArnHasBeenSet() const
AWS_IOTSITEWISE_API CreateBulkImportJobRequest()=default
bool JobConfigurationHasBeenSet() const
bool JobNameHasBeenSet() const
CreateBulkImportJobRequest & WithDeleteFilesAfterImport(bool value)
CreateBulkImportJobRequest & WithJobName(JobNameT &&value)
const ErrorReportLocation & GetErrorReportLocation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector