7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace MachineLearning
43 template<
typename BatchPredictionIdT = Aws::String>
44 void SetBatchPredictionId(BatchPredictionIdT&& value) { m_batchPredictionIdHasBeenSet =
true; m_batchPredictionId = std::forward<BatchPredictionIdT>(value); }
45 template<
typename BatchPredictionIdT = Aws::String>
56 template<
typename BatchPredictionNameT = Aws::String>
57 void SetBatchPredictionName(BatchPredictionNameT&& value) { m_batchPredictionNameHasBeenSet =
true; m_batchPredictionName = std::forward<BatchPredictionNameT>(value); }
58 template<
typename BatchPredictionNameT = Aws::String>
64 bool m_batchPredictionIdHasBeenSet =
false;
67 bool m_batchPredictionNameHasBeenSet =
false;
void SetBatchPredictionName(BatchPredictionNameT &&value)
AWS_MACHINELEARNING_API UpdateBatchPredictionRequest()=default
UpdateBatchPredictionRequest & WithBatchPredictionId(BatchPredictionIdT &&value)
const Aws::String & GetBatchPredictionId() const
bool BatchPredictionIdHasBeenSet() const
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
const Aws::String & GetBatchPredictionName() const
void SetBatchPredictionId(BatchPredictionIdT &&value)
UpdateBatchPredictionRequest & WithBatchPredictionName(BatchPredictionNameT &&value)
bool BatchPredictionNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String