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