7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
41 template <
typename ResultT = Aws::String>
43 m_resultHasBeenSet =
true;
44 m_result = std::forward<ResultT>(value);
46 template <
typename ResultT = Aws::String>
62 m_scheduledEventIdHasBeenSet =
true;
63 m_scheduledEventId = value;
80 m_startedEventIdHasBeenSet =
true;
81 m_startedEventId = value;
91 long long m_scheduledEventId{0};
93 long long m_startedEventId{0};
94 bool m_resultHasBeenSet =
false;
95 bool m_scheduledEventIdHasBeenSet =
false;
96 bool m_startedEventIdHasBeenSet =
false;
ActivityTaskCompletedEventAttributes & WithResult(ResultT &&value)
bool ScheduledEventIdHasBeenSet() const
void SetResult(ResultT &&value)
ActivityTaskCompletedEventAttributes & WithScheduledEventId(long long value)
ActivityTaskCompletedEventAttributes & WithStartedEventId(long long value)
void SetScheduledEventId(long long value)
AWS_SWF_API ActivityTaskCompletedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API ActivityTaskCompletedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResult() const
void SetStartedEventId(long long value)
bool ResultHasBeenSet() const
AWS_SWF_API ActivityTaskCompletedEventAttributes()=default
bool StartedEventIdHasBeenSet() const
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetStartedEventId() const
long long GetScheduledEventId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue