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>
51 bool m_batchPredictionIdHasBeenSet =
false;
GetBatchPredictionRequest & WithBatchPredictionId(BatchPredictionIdT &&value)
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
const Aws::String & GetBatchPredictionId() const
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetBatchPredictionId(BatchPredictionIdT &&value)
AWS_MACHINELEARNING_API GetBatchPredictionRequest()=default
bool BatchPredictionIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String