7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TimerIdT = Aws::String>
48 void SetTimerId(TimerIdT&& value) { m_timerIdHasBeenSet =
true; m_timerId = std::forward<TimerIdT>(value); }
49 template<
typename TimerIdT = Aws::String>
61 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
80 bool m_timerIdHasBeenSet =
false;
82 long long m_startedEventId{0};
83 bool m_startedEventIdHasBeenSet =
false;
85 long long m_decisionTaskCompletedEventId{0};
86 bool m_decisionTaskCompletedEventIdHasBeenSet =
false;
AWS_SWF_API TimerCanceledEventAttributes(Aws::Utils::Json::JsonView jsonValue)
TimerCanceledEventAttributes & WithStartedEventId(long long value)
TimerCanceledEventAttributes & WithDecisionTaskCompletedEventId(long long value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetDecisionTaskCompletedEventId() const
AWS_SWF_API TimerCanceledEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDecisionTaskCompletedEventId(long long value)
bool StartedEventIdHasBeenSet() const
TimerCanceledEventAttributes & WithTimerId(TimerIdT &&value)
AWS_SWF_API TimerCanceledEventAttributes()=default
bool DecisionTaskCompletedEventIdHasBeenSet() const
void SetStartedEventId(long long value)
bool TimerIdHasBeenSet() const
const Aws::String & GetTimerId() const
long long GetStartedEventId() const
void SetTimerId(TimerIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue