7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/swf/model/DecisionTaskTimeoutType.h>
60 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
72 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
78 bool m_timeoutTypeHasBeenSet =
false;
80 long long m_scheduledEventId{0};
81 bool m_scheduledEventIdHasBeenSet =
false;
83 long long m_startedEventId{0};
84 bool m_startedEventIdHasBeenSet =
false;
AWS_SWF_API DecisionTaskTimedOutEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
void SetScheduledEventId(long long value)
bool StartedEventIdHasBeenSet() const
DecisionTaskTimedOutEventAttributes & WithTimeoutType(DecisionTaskTimeoutType value)
AWS_SWF_API DecisionTaskTimedOutEventAttributes()=default
bool ScheduledEventIdHasBeenSet() const
void SetStartedEventId(long long value)
long long GetScheduledEventId() const
DecisionTaskTimeoutType GetTimeoutType() const
void SetTimeoutType(DecisionTaskTimeoutType value)
AWS_SWF_API DecisionTaskTimedOutEventAttributes(Aws::Utils::Json::JsonView jsonValue)
DecisionTaskTimedOutEventAttributes & WithScheduledEventId(long long value)
DecisionTaskTimedOutEventAttributes & WithStartedEventId(long long value)
long long GetStartedEventId() const
bool TimeoutTypeHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue