AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StartWorkflowExecutionResult.h
1
6#pragma once
7#include <aws/swf/SWF_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 SWF
24{
25namespace Model
26{
34 {
35 public:
39
40
42
47 inline const Aws::String& GetRunId() const{ return m_runId; }
48 inline void SetRunId(const Aws::String& value) { m_runId = value; }
49 inline void SetRunId(Aws::String&& value) { m_runId = std::move(value); }
50 inline void SetRunId(const char* value) { m_runId.assign(value); }
51 inline StartWorkflowExecutionResult& WithRunId(const Aws::String& value) { SetRunId(value); return *this;}
52 inline StartWorkflowExecutionResult& WithRunId(Aws::String&& value) { SetRunId(std::move(value)); return *this;}
53 inline StartWorkflowExecutionResult& WithRunId(const char* value) { SetRunId(value); return *this;}
55
57
58 inline const Aws::String& GetRequestId() const{ return m_requestId; }
59 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
60 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
61 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
62 inline StartWorkflowExecutionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
63 inline StartWorkflowExecutionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
64 inline StartWorkflowExecutionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
66 private:
67
68 Aws::String m_runId;
69
70 Aws::String m_requestId;
71 };
72
73} // namespace Model
74} // namespace SWF
75} // namespace Aws
StartWorkflowExecutionResult & WithRequestId(const char *value)
StartWorkflowExecutionResult & WithRequestId(Aws::String &&value)
StartWorkflowExecutionResult & WithRunId(const Aws::String &value)
AWS_SWF_API StartWorkflowExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartWorkflowExecutionResult & WithRequestId(const Aws::String &value)
AWS_SWF_API StartWorkflowExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartWorkflowExecutionResult & WithRunId(const char *value)
StartWorkflowExecutionResult & WithRunId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue