7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/machinelearning/MachineLearning_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace MachineLearning {
45 template <
typename BatchPredictionIdT = Aws::String>
47 m_batchPredictionIdHasBeenSet =
true;
48 m_batchPredictionId = std::forward<BatchPredictionIdT>(value);
50 template <
typename BatchPredictionIdT = Aws::String>
60 template <
typename RequestIdT = Aws::String>
62 m_requestIdHasBeenSet =
true;
63 m_requestId = std::forward<RequestIdT>(value);
65 template <
typename RequestIdT = Aws::String>
75 bool m_batchPredictionIdHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
AWS_MACHINELEARNING_API DeleteBatchPredictionResult()=default
DeleteBatchPredictionResult & WithBatchPredictionId(BatchPredictionIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetBatchPredictionId() const
DeleteBatchPredictionResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetBatchPredictionId(BatchPredictionIdT &&value)
AWS_MACHINELEARNING_API DeleteBatchPredictionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MACHINELEARNING_API DeleteBatchPredictionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue