AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
StartWorkflowExecutionResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace SWF {
22namespace Model {
30 public:
31 AWS_SWF_API StartWorkflowExecutionResult() = default;
34
36
41 inline const Aws::String& GetRunId() const { return m_runId; }
42 template <typename RunIdT = Aws::String>
43 void SetRunId(RunIdT&& value) {
44 m_runIdHasBeenSet = true;
45 m_runId = std::forward<RunIdT>(value);
46 }
47 template <typename RunIdT = Aws::String>
49 SetRunId(std::forward<RunIdT>(value));
50 return *this;
51 }
53
55
56 inline const Aws::String& GetRequestId() const { return m_requestId; }
57 template <typename RequestIdT = Aws::String>
58 void SetRequestId(RequestIdT&& value) {
59 m_requestIdHasBeenSet = true;
60 m_requestId = std::forward<RequestIdT>(value);
61 }
62 template <typename RequestIdT = Aws::String>
64 SetRequestId(std::forward<RequestIdT>(value));
65 return *this;
66 }
68 private:
69 Aws::String m_runId;
70
71 Aws::String m_requestId;
72 bool m_runIdHasBeenSet = false;
73 bool m_requestIdHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace SWF
78} // namespace Aws
AWS_SWF_API StartWorkflowExecutionResult()=default
StartWorkflowExecutionResult & WithRunId(RunIdT &&value)
StartWorkflowExecutionResult & WithRequestId(RequestIdT &&value)
AWS_SWF_API StartWorkflowExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SWF_API StartWorkflowExecutionResult(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