7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetTimerId(
const char* value) { m_timerIdHasBeenSet =
true; m_timerId.assign(value); }
63 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
82 bool m_timerIdHasBeenSet =
false;
84 long long m_startedEventId;
85 bool m_startedEventIdHasBeenSet =
false;
87 long long m_decisionTaskCompletedEventId;
88 bool m_decisionTaskCompletedEventIdHasBeenSet =
false;
AWS_SWF_API TimerCanceledEventAttributes()
void SetTimerId(const char *value)
AWS_SWF_API TimerCanceledEventAttributes(Aws::Utils::Json::JsonView jsonValue)
TimerCanceledEventAttributes & WithStartedEventId(long long value)
TimerCanceledEventAttributes & WithTimerId(Aws::String &&value)
TimerCanceledEventAttributes & WithDecisionTaskCompletedEventId(long long value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetDecisionTaskCompletedEventId() const
TimerCanceledEventAttributes & WithTimerId(const Aws::String &value)
AWS_SWF_API TimerCanceledEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDecisionTaskCompletedEventId(long long value)
void SetTimerId(Aws::String &&value)
TimerCanceledEventAttributes & WithTimerId(const char *value)
bool StartedEventIdHasBeenSet() const
void SetTimerId(const Aws::String &value)
bool DecisionTaskCompletedEventIdHasBeenSet() const
void SetStartedEventId(long long value)
bool TimerIdHasBeenSet() const
const Aws::String & GetTimerId() const
long long GetStartedEventId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue