AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
SendProjectSessionActionResult.h
1
6#pragma once
7#include <aws/databrew/GlueDataBrew_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 GlueDataBrew
24{
25namespace Model
26{
28 {
29 public:
30 AWS_GLUEDATABREW_API SendProjectSessionActionResult() = default;
33
34
36
39 inline const Aws::String& GetResult() const { return m_result; }
40 template<typename ResultT = Aws::String>
41 void SetResult(ResultT&& value) { m_resultHasBeenSet = true; m_result = std::forward<ResultT>(value); }
42 template<typename ResultT = Aws::String>
43 SendProjectSessionActionResult& WithResult(ResultT&& value) { SetResult(std::forward<ResultT>(value)); return *this;}
45
47
50 inline const Aws::String& GetName() const { return m_name; }
51 template<typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
53 template<typename NameT = Aws::String>
54 SendProjectSessionActionResult& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
56
58
61 inline int GetActionId() const { return m_actionId; }
62 inline void SetActionId(int value) { m_actionIdHasBeenSet = true; m_actionId = value; }
63 inline SendProjectSessionActionResult& WithActionId(int value) { SetActionId(value); return *this;}
65
67
68 inline const Aws::String& GetRequestId() const { return m_requestId; }
69 template<typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
71 template<typename RequestIdT = Aws::String>
72 SendProjectSessionActionResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
74 private:
75
76 Aws::String m_result;
77 bool m_resultHasBeenSet = false;
78
79 Aws::String m_name;
80 bool m_nameHasBeenSet = false;
81
82 int m_actionId{0};
83 bool m_actionIdHasBeenSet = false;
84
85 Aws::String m_requestId;
86 bool m_requestIdHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace GlueDataBrew
91} // namespace Aws
AWS_GLUEDATABREW_API SendProjectSessionActionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUEDATABREW_API SendProjectSessionActionResult()=default
AWS_GLUEDATABREW_API SendProjectSessionActionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SendProjectSessionActionResult & WithRequestId(RequestIdT &&value)
SendProjectSessionActionResult & WithResult(ResultT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue