AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
LambdaFunctionStartedEventAttributes.h
1
6#pragma once
7#include <aws/swf/SWF_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace SWF {
17namespace Model {
18
26 public:
27 AWS_SWF_API LambdaFunctionStartedEventAttributes() = default;
31
33
38 inline long long GetScheduledEventId() const { return m_scheduledEventId; }
39 inline bool ScheduledEventIdHasBeenSet() const { return m_scheduledEventIdHasBeenSet; }
40 inline void SetScheduledEventId(long long value) {
41 m_scheduledEventIdHasBeenSet = true;
42 m_scheduledEventId = value;
43 }
46 return *this;
47 }
49 private:
50 long long m_scheduledEventId{0};
51 bool m_scheduledEventIdHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace SWF
56} // namespace Aws
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
LambdaFunctionStartedEventAttributes & WithScheduledEventId(long long value)
AWS_SWF_API LambdaFunctionStartedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API LambdaFunctionStartedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue