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; }
67 bool m_timerIdHasBeenSet =
false;
69 long long m_startedEventId{0};
70 bool m_startedEventIdHasBeenSet =
false;
AWS_SWF_API TimerFiredEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
TimerFiredEventAttributes & WithStartedEventId(long long value)
bool StartedEventIdHasBeenSet() const
AWS_SWF_API TimerFiredEventAttributes(Aws::Utils::Json::JsonView jsonValue)
bool TimerIdHasBeenSet() const
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStartedEventId(long long value)
void SetTimerId(TimerIdT &&value)
long long GetStartedEventId() const
AWS_SWF_API TimerFiredEventAttributes()=default
TimerFiredEventAttributes & WithTimerId(TimerIdT &&value)
const Aws::String & GetTimerId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue