7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace MachineLearning
44 template<
typename BatchPredictionIdT = Aws::String>
45 void SetBatchPredictionId(BatchPredictionIdT&& value) { m_batchPredictionIdHasBeenSet =
true; m_batchPredictionId = std::forward<BatchPredictionIdT>(value); }
46 template<
typename BatchPredictionIdT = Aws::String>
57 template<
typename BatchPredictionNameT = Aws::String>
58 void SetBatchPredictionName(BatchPredictionNameT&& value) { m_batchPredictionNameHasBeenSet =
true; m_batchPredictionName = std::forward<BatchPredictionNameT>(value); }
59 template<
typename BatchPredictionNameT = Aws::String>
70 template<
typename MLModelIdT = Aws::String>
71 void SetMLModelId(MLModelIdT&& value) { m_mLModelIdHasBeenSet =
true; m_mLModelId = std::forward<MLModelIdT>(value); }
72 template<
typename MLModelIdT = Aws::String>
83 template<
typename BatchPredictionDataSourceIdT = Aws::String>
84 void SetBatchPredictionDataSourceId(BatchPredictionDataSourceIdT&& value) { m_batchPredictionDataSourceIdHasBeenSet =
true; m_batchPredictionDataSourceId = std::forward<BatchPredictionDataSourceIdT>(value); }
85 template<
typename BatchPredictionDataSourceIdT = Aws::String>
101 template<
typename OutputUriT = Aws::String>
102 void SetOutputUri(OutputUriT&& value) { m_outputUriHasBeenSet =
true; m_outputUri = std::forward<OutputUriT>(value); }
103 template<
typename OutputUriT = Aws::String>
109 bool m_batchPredictionIdHasBeenSet =
false;
112 bool m_batchPredictionNameHasBeenSet =
false;
115 bool m_mLModelIdHasBeenSet =
false;
118 bool m_batchPredictionDataSourceIdHasBeenSet =
false;
121 bool m_outputUriHasBeenSet =
false;
const Aws::String & GetOutputUri() const
CreateBatchPredictionRequest & WithBatchPredictionName(BatchPredictionNameT &&value)
void SetOutputUri(OutputUriT &&value)
bool MLModelIdHasBeenSet() const
bool BatchPredictionNameHasBeenSet() const
AWS_MACHINELEARNING_API CreateBatchPredictionRequest()=default
void SetBatchPredictionName(BatchPredictionNameT &&value)
CreateBatchPredictionRequest & WithMLModelId(MLModelIdT &&value)
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
const Aws::String & GetMLModelId() const
CreateBatchPredictionRequest & WithBatchPredictionDataSourceId(BatchPredictionDataSourceIdT &&value)
bool BatchPredictionDataSourceIdHasBeenSet() const
void SetMLModelId(MLModelIdT &&value)
void SetBatchPredictionDataSourceId(BatchPredictionDataSourceIdT &&value)
CreateBatchPredictionRequest & WithOutputUri(OutputUriT &&value)
const Aws::String & GetBatchPredictionId() const
const Aws::String & GetBatchPredictionName() const
void SetBatchPredictionId(BatchPredictionIdT &&value)
bool OutputUriHasBeenSet() const
CreateBatchPredictionRequest & WithBatchPredictionId(BatchPredictionIdT &&value)
virtual const char * GetServiceRequestName() const override
bool BatchPredictionIdHasBeenSet() const
const Aws::String & GetBatchPredictionDataSourceId() const
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String