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>
61 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
73 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
79 bool m_resultHasBeenSet =
false;
81 long long m_scheduledEventId{0};
82 bool m_scheduledEventIdHasBeenSet =
false;
84 long long m_startedEventId{0};
85 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