AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CompleteWorkflowExecutionDecisionAttributes.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
46 {
47 public:
52
53
55
59 inline const Aws::String& GetResult() const { return m_result; }
60 inline bool ResultHasBeenSet() const { return m_resultHasBeenSet; }
61 template<typename ResultT = Aws::String>
62 void SetResult(ResultT&& value) { m_resultHasBeenSet = true; m_result = std::forward<ResultT>(value); }
63 template<typename ResultT = Aws::String>
64 CompleteWorkflowExecutionDecisionAttributes& WithResult(ResultT&& value) { SetResult(std::forward<ResultT>(value)); return *this;}
66 private:
67
68 Aws::String m_result;
69 bool m_resultHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace SWF
74} // namespace Aws
CompleteWorkflowExecutionDecisionAttributes & WithResult(ResultT &&value)
AWS_SWF_API CompleteWorkflowExecutionDecisionAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API CompleteWorkflowExecutionDecisionAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue