AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
DeleteDataSourceResult.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{
34 {
35 public:
36 AWS_MACHINELEARNING_API DeleteDataSourceResult() = default;
39
40
42
47 inline const Aws::String& GetDataSourceId() const { return m_dataSourceId; }
48 template<typename DataSourceIdT = Aws::String>
49 void SetDataSourceId(DataSourceIdT&& value) { m_dataSourceIdHasBeenSet = true; m_dataSourceId = std::forward<DataSourceIdT>(value); }
50 template<typename DataSourceIdT = Aws::String>
51 DeleteDataSourceResult& WithDataSourceId(DataSourceIdT&& value) { SetDataSourceId(std::forward<DataSourceIdT>(value)); return *this;}
53
55
56 inline const Aws::String& GetRequestId() const { return m_requestId; }
57 template<typename RequestIdT = Aws::String>
58 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
59 template<typename RequestIdT = Aws::String>
60 DeleteDataSourceResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
62 private:
63
64 Aws::String m_dataSourceId;
65 bool m_dataSourceIdHasBeenSet = false;
66
67 Aws::String m_requestId;
68 bool m_requestIdHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace MachineLearning
73} // namespace Aws
AWS_MACHINELEARNING_API DeleteDataSourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MACHINELEARNING_API DeleteDataSourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MACHINELEARNING_API DeleteDataSourceResult()=default
DeleteDataSourceResult & WithRequestId(RequestIdT &&value)
DeleteDataSourceResult & WithDataSourceId(DataSourceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue