AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
WorkflowExecutionCompletedEventAttributes.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{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SWF
22{
23namespace Model
24{
25
33 {
34 public:
39
40
42
45 inline const Aws::String& GetResult() const{ return m_result; }
46 inline bool ResultHasBeenSet() const { return m_resultHasBeenSet; }
47 inline void SetResult(const Aws::String& value) { m_resultHasBeenSet = true; m_result = value; }
48 inline void SetResult(Aws::String&& value) { m_resultHasBeenSet = true; m_result = std::move(value); }
49 inline void SetResult(const char* value) { m_resultHasBeenSet = true; m_result.assign(value); }
50 inline WorkflowExecutionCompletedEventAttributes& WithResult(const Aws::String& value) { SetResult(value); return *this;}
51 inline WorkflowExecutionCompletedEventAttributes& WithResult(Aws::String&& value) { SetResult(std::move(value)); return *this;}
52 inline WorkflowExecutionCompletedEventAttributes& WithResult(const char* value) { SetResult(value); return *this;}
54
56
63 inline long long GetDecisionTaskCompletedEventId() const{ return m_decisionTaskCompletedEventId; }
64 inline bool DecisionTaskCompletedEventIdHasBeenSet() const { return m_decisionTaskCompletedEventIdHasBeenSet; }
65 inline void SetDecisionTaskCompletedEventId(long long value) { m_decisionTaskCompletedEventIdHasBeenSet = true; m_decisionTaskCompletedEventId = value; }
68 private:
69
70 Aws::String m_result;
71 bool m_resultHasBeenSet = false;
72
73 long long m_decisionTaskCompletedEventId;
74 bool m_decisionTaskCompletedEventIdHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace SWF
79} // namespace Aws
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SWF_API WorkflowExecutionCompletedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
WorkflowExecutionCompletedEventAttributes & WithResult(Aws::String &&value)
AWS_SWF_API WorkflowExecutionCompletedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
WorkflowExecutionCompletedEventAttributes & WithDecisionTaskCompletedEventId(long long value)
WorkflowExecutionCompletedEventAttributes & WithResult(const Aws::String &value)
WorkflowExecutionCompletedEventAttributes & WithResult(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue