AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteBatchPredictionResult.h
1
6#pragma once
7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace MachineLearning
24{
25namespace Model
26{
37 {
38 public:
39 AWS_MACHINELEARNING_API DeleteBatchPredictionResult();
42
43
45
50 inline const Aws::String& GetBatchPredictionId() const{ return m_batchPredictionId; }
51 inline void SetBatchPredictionId(const Aws::String& value) { m_batchPredictionId = value; }
52 inline void SetBatchPredictionId(Aws::String&& value) { m_batchPredictionId = std::move(value); }
53 inline void SetBatchPredictionId(const char* value) { m_batchPredictionId.assign(value); }
55 inline DeleteBatchPredictionResult& WithBatchPredictionId(Aws::String&& value) { SetBatchPredictionId(std::move(value)); return *this;}
56 inline DeleteBatchPredictionResult& WithBatchPredictionId(const char* value) { SetBatchPredictionId(value); return *this;}
58
60
61 inline const Aws::String& GetRequestId() const{ return m_requestId; }
62 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
63 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
64 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
65 inline DeleteBatchPredictionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
66 inline DeleteBatchPredictionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
67 inline DeleteBatchPredictionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
69 private:
70
71 Aws::String m_batchPredictionId;
72
73 Aws::String m_requestId;
74 };
75
76} // namespace Model
77} // namespace MachineLearning
78} // namespace Aws
DeleteBatchPredictionResult & WithBatchPredictionId(const char *value)
DeleteBatchPredictionResult & WithRequestId(Aws::String &&value)
DeleteBatchPredictionResult & WithBatchPredictionId(Aws::String &&value)
DeleteBatchPredictionResult & WithBatchPredictionId(const Aws::String &value)
DeleteBatchPredictionResult & WithRequestId(const Aws::String &value)
AWS_MACHINELEARNING_API DeleteBatchPredictionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBatchPredictionResult & WithRequestId(const char *value)
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