AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LambdaFunctionTimedOutEventAttributes.h
1
6#pragma once
7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/swf/model/LambdaFunctionTimeoutType.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SWF
22{
23namespace Model
24{
25
33 {
34 public:
39
40
42
47 inline long long GetScheduledEventId() const{ return m_scheduledEventId; }
48 inline bool ScheduledEventIdHasBeenSet() const { return m_scheduledEventIdHasBeenSet; }
49 inline void SetScheduledEventId(long long value) { m_scheduledEventIdHasBeenSet = true; m_scheduledEventId = value; }
50 inline LambdaFunctionTimedOutEventAttributes& WithScheduledEventId(long long value) { SetScheduledEventId(value); return *this;}
52
54
59 inline long long GetStartedEventId() const{ return m_startedEventId; }
60 inline bool StartedEventIdHasBeenSet() const { return m_startedEventIdHasBeenSet; }
61 inline void SetStartedEventId(long long value) { m_startedEventIdHasBeenSet = true; m_startedEventId = value; }
62 inline LambdaFunctionTimedOutEventAttributes& WithStartedEventId(long long value) { SetStartedEventId(value); return *this;}
64
66
69 inline const LambdaFunctionTimeoutType& GetTimeoutType() const{ return m_timeoutType; }
70 inline bool TimeoutTypeHasBeenSet() const { return m_timeoutTypeHasBeenSet; }
71 inline void SetTimeoutType(const LambdaFunctionTimeoutType& value) { m_timeoutTypeHasBeenSet = true; m_timeoutType = value; }
72 inline void SetTimeoutType(LambdaFunctionTimeoutType&& value) { m_timeoutTypeHasBeenSet = true; m_timeoutType = std::move(value); }
76 private:
77
78 long long m_scheduledEventId;
79 bool m_scheduledEventIdHasBeenSet = false;
80
81 long long m_startedEventId;
82 bool m_startedEventIdHasBeenSet = false;
83
84 LambdaFunctionTimeoutType m_timeoutType;
85 bool m_timeoutTypeHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace SWF
90} // namespace Aws
LambdaFunctionTimedOutEventAttributes & WithStartedEventId(long long value)
LambdaFunctionTimedOutEventAttributes & WithTimeoutType(const LambdaFunctionTimeoutType &value)
LambdaFunctionTimedOutEventAttributes & WithScheduledEventId(long long value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
LambdaFunctionTimedOutEventAttributes & WithTimeoutType(LambdaFunctionTimeoutType &&value)
AWS_SWF_API LambdaFunctionTimedOutEventAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API LambdaFunctionTimedOutEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue