7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/machinelearning/MachineLearning_EXPORTS.h>
14namespace MachineLearning {
39 template <
typename BatchPredictionIdT = Aws::String>
41 m_batchPredictionIdHasBeenSet =
true;
42 m_batchPredictionId = std::forward<BatchPredictionIdT>(value);
44 template <
typename BatchPredictionIdT = Aws::String>
58 template <
typename BatchPredictionNameT = Aws::String>
60 m_batchPredictionNameHasBeenSet =
true;
61 m_batchPredictionName = std::forward<BatchPredictionNameT>(value);
63 template <
typename BatchPredictionNameT = Aws::String>
73 bool m_batchPredictionIdHasBeenSet =
false;
74 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