AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StateExitedEventDetails.h
1
6#pragma once
7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/model/HistoryEventExecutionDataDetails.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SFN
23{
24namespace Model
25{
26
34 {
35 public:
40
41
43
52 inline const Aws::String& GetName() const{ return m_name; }
53 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
54 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
55 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
56 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
57 inline StateExitedEventDetails& WithName(const Aws::String& value) { SetName(value); return *this;}
58 inline StateExitedEventDetails& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
59 inline StateExitedEventDetails& WithName(const char* value) { SetName(value); return *this;}
61
63
67 inline const Aws::String& GetOutput() const{ return m_output; }
68 inline bool OutputHasBeenSet() const { return m_outputHasBeenSet; }
69 inline void SetOutput(const Aws::String& value) { m_outputHasBeenSet = true; m_output = value; }
70 inline void SetOutput(Aws::String&& value) { m_outputHasBeenSet = true; m_output = std::move(value); }
71 inline void SetOutput(const char* value) { m_outputHasBeenSet = true; m_output.assign(value); }
72 inline StateExitedEventDetails& WithOutput(const Aws::String& value) { SetOutput(value); return *this;}
73 inline StateExitedEventDetails& WithOutput(Aws::String&& value) { SetOutput(std::move(value)); return *this;}
74 inline StateExitedEventDetails& WithOutput(const char* value) { SetOutput(value); return *this;}
76
78
81 inline const HistoryEventExecutionDataDetails& GetOutputDetails() const{ return m_outputDetails; }
82 inline bool OutputDetailsHasBeenSet() const { return m_outputDetailsHasBeenSet; }
83 inline void SetOutputDetails(const HistoryEventExecutionDataDetails& value) { m_outputDetailsHasBeenSet = true; m_outputDetails = value; }
84 inline void SetOutputDetails(HistoryEventExecutionDataDetails&& value) { m_outputDetailsHasBeenSet = true; m_outputDetails = std::move(value); }
88 private:
89
90 Aws::String m_name;
91 bool m_nameHasBeenSet = false;
92
93 Aws::String m_output;
94 bool m_outputHasBeenSet = false;
95
97 bool m_outputDetailsHasBeenSet = false;
98 };
99
100} // namespace Model
101} // namespace SFN
102} // namespace Aws
AWS_SFN_API StateExitedEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
StateExitedEventDetails & WithOutput(Aws::String &&value)
StateExitedEventDetails & WithOutput(const char *value)
AWS_SFN_API StateExitedEventDetails(Aws::Utils::Json::JsonView jsonValue)
StateExitedEventDetails & WithName(const char *value)
void SetOutputDetails(HistoryEventExecutionDataDetails &&value)
StateExitedEventDetails & WithName(const Aws::String &value)
StateExitedEventDetails & WithName(Aws::String &&value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
const HistoryEventExecutionDataDetails & GetOutputDetails() const
void SetOutputDetails(const HistoryEventExecutionDataDetails &value)
StateExitedEventDetails & WithOutputDetails(const HistoryEventExecutionDataDetails &value)
StateExitedEventDetails & WithOutput(const Aws::String &value)
StateExitedEventDetails & WithOutputDetails(HistoryEventExecutionDataDetails &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue