7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
41 template <
typename TimerIdT = Aws::String>
43 m_timerIdHasBeenSet =
true;
44 m_timerId = std::forward<TimerIdT>(value);
46 template <
typename TimerIdT = Aws::String>
62 m_startedEventIdHasBeenSet =
true;
63 m_startedEventId = value;
73 long long m_startedEventId{0};
74 bool m_timerIdHasBeenSet =
false;
75 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