7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ResultT = Aws::String>
48 void SetResult(ResultT&& value) { m_resultHasBeenSet =
true; m_result = std::forward<ResultT>(value); }
49 template<
typename ResultT = Aws::String>
69 bool m_resultHasBeenSet =
false;
71 long long m_decisionTaskCompletedEventId{0};
72 bool m_decisionTaskCompletedEventIdHasBeenSet =
false;
long long GetDecisionTaskCompletedEventId() const
AWS_SWF_API WorkflowExecutionCompletedEventAttributes()=default
void SetDecisionTaskCompletedEventId(long long value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SWF_API WorkflowExecutionCompletedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResult() const
bool ResultHasBeenSet() const
void SetResult(ResultT &&value)
AWS_SWF_API WorkflowExecutionCompletedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
WorkflowExecutionCompletedEventAttributes & WithResult(ResultT &&value)
WorkflowExecutionCompletedEventAttributes & WithDecisionTaskCompletedEventId(long long value)
bool DecisionTaskCompletedEventIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue