AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
33
34
36
39 inline const Aws::String& GetResult() const{ return m_result; }
40 inline void SetResult(const Aws::String& value) { m_result = value; }
41 inline void SetResult(Aws::String&& value) { m_result = std::move(value); }
42 inline void SetResult(const char* value) { m_result.assign(value); }
43 inline SendProjectSessionActionResult& WithResult(const Aws::String& value) { SetResult(value); return *this;}
44 inline SendProjectSessionActionResult& WithResult(Aws::String&& value) { SetResult(std::move(value)); return *this;}
45 inline SendProjectSessionActionResult& WithResult(const char* value) { SetResult(value); return *this;}
47
49
52 inline const Aws::String& GetName() const{ return m_name; }
53 inline void SetName(const Aws::String& value) { m_name = value; }
54 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
55 inline void SetName(const char* value) { m_name.assign(value); }
56 inline SendProjectSessionActionResult& WithName(const Aws::String& value) { SetName(value); return *this;}
57 inline SendProjectSessionActionResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
58 inline SendProjectSessionActionResult& WithName(const char* value) { SetName(value); return *this;}
60
62
65 inline int GetActionId() const{ return m_actionId; }
66 inline void SetActionId(int value) { m_actionId = value; }
67 inline SendProjectSessionActionResult& WithActionId(int value) { SetActionId(value); return *this;}
69
71
72 inline const Aws::String& GetRequestId() const{ return m_requestId; }
73 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
74 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
75 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
76 inline SendProjectSessionActionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
77 inline SendProjectSessionActionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
78 inline SendProjectSessionActionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
80 private:
81
82 Aws::String m_result;
83
84 Aws::String m_name;
85
86 int m_actionId;
87
88 Aws::String m_requestId;
89 };
90
91} // namespace Model
92} // namespace GlueDataBrew
93} // namespace Aws
SendProjectSessionActionResult & WithName(const char *value)
SendProjectSessionActionResult & WithRequestId(const Aws::String &value)
SendProjectSessionActionResult & WithRequestId(const char *value)
AWS_GLUEDATABREW_API SendProjectSessionActionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SendProjectSessionActionResult & WithResult(const char *value)
SendProjectSessionActionResult & WithResult(Aws::String &&value)
SendProjectSessionActionResult & WithName(const Aws::String &value)
AWS_GLUEDATABREW_API SendProjectSessionActionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SendProjectSessionActionResult & WithResult(const Aws::String &value)
SendProjectSessionActionResult & WithName(Aws::String &&value)
SendProjectSessionActionResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue