7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace MachineLearning
46 inline void SetBatchPredictionId(
const char* value) { m_batchPredictionIdHasBeenSet =
true; m_batchPredictionId.assign(value); }
54 bool m_batchPredictionIdHasBeenSet =
false;
bool BatchPredictionIdHasBeenSet() const
DeleteBatchPredictionRequest & WithBatchPredictionId(const char *value)
void SetBatchPredictionId(const Aws::String &value)
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
void SetBatchPredictionId(Aws::String &&value)
DeleteBatchPredictionRequest & WithBatchPredictionId(Aws::String &&value)
DeleteBatchPredictionRequest & WithBatchPredictionId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_MACHINELEARNING_API DeleteBatchPredictionRequest()
const Aws::String & GetBatchPredictionId() const
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetBatchPredictionId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String