7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/machinelearning/MachineLearning_EXPORTS.h>
14namespace MachineLearning {
40 template <
typename BatchPredictionIdT = Aws::String>
42 m_batchPredictionIdHasBeenSet =
true;
43 m_batchPredictionId = std::forward<BatchPredictionIdT>(value);
45 template <
typename BatchPredictionIdT = Aws::String>
59 template <
typename BatchPredictionNameT = Aws::String>
61 m_batchPredictionNameHasBeenSet =
true;
62 m_batchPredictionName = std::forward<BatchPredictionNameT>(value);
64 template <
typename BatchPredictionNameT = Aws::String>
78 template <
typename MLModelIdT = Aws::String>
80 m_mLModelIdHasBeenSet =
true;
81 m_mLModelId = std::forward<MLModelIdT>(value);
83 template <
typename MLModelIdT = Aws::String>
97 template <
typename BatchPredictionDataSourceIdT = Aws::String>
99 m_batchPredictionDataSourceIdHasBeenSet =
true;
100 m_batchPredictionDataSourceId = std::forward<BatchPredictionDataSourceIdT>(value);
102 template <
typename BatchPredictionDataSourceIdT = Aws::String>
121 template <
typename OutputUriT = Aws::String>
123 m_outputUriHasBeenSet =
true;
124 m_outputUri = std::forward<OutputUriT>(value);
126 template <
typename OutputUriT = Aws::String>
142 bool m_batchPredictionIdHasBeenSet =
false;
143 bool m_batchPredictionNameHasBeenSet =
false;
144 bool m_mLModelIdHasBeenSet =
false;
145 bool m_batchPredictionDataSourceIdHasBeenSet =
false;
146 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