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>
52 bool m_batchPredictionIdHasBeenSet =
false;
void SetBatchPredictionId(BatchPredictionIdT &&value)
bool BatchPredictionIdHasBeenSet() const
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
DeleteBatchPredictionRequest & WithBatchPredictionId(BatchPredictionIdT &&value)
AWS_MACHINELEARNING_API DeleteBatchPredictionRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetBatchPredictionId() 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