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; }
78 long long m_scheduledEventId;
79 bool m_scheduledEventIdHasBeenSet =
false;
81 long long m_startedEventId;
82 bool m_startedEventIdHasBeenSet =
false;
85 bool m_timeoutTypeHasBeenSet =
false;
const LambdaFunctionTimeoutType & GetTimeoutType() const
void SetTimeoutType(LambdaFunctionTimeoutType &&value)
LambdaFunctionTimedOutEventAttributes & WithStartedEventId(long long value)
bool ScheduledEventIdHasBeenSet() const
LambdaFunctionTimedOutEventAttributes & WithTimeoutType(const LambdaFunctionTimeoutType &value)
LambdaFunctionTimedOutEventAttributes & WithScheduledEventId(long long value)
void SetScheduledEventId(long long value)
bool TimeoutTypeHasBeenSet() const
bool StartedEventIdHasBeenSet() const
AWS_SWF_API LambdaFunctionTimedOutEventAttributes()
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetStartedEventId() const
LambdaFunctionTimedOutEventAttributes & WithTimeoutType(LambdaFunctionTimeoutType &&value)
AWS_SWF_API LambdaFunctionTimedOutEventAttributes(Aws::Utils::Json::JsonView jsonValue)
long long GetScheduledEventId() const
void SetTimeoutType(const LambdaFunctionTimeoutType &value)
void SetStartedEventId(long long value)
AWS_SWF_API LambdaFunctionTimedOutEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
LambdaFunctionTimeoutType
Aws::Utils::Json::JsonValue JsonValue