AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LambdaActivity.h
1
6#pragma once
7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 IoTAnalytics
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_IOTANALYTICS_API LambdaActivity();
36 AWS_IOTANALYTICS_API LambdaActivity(Aws::Utils::Json::JsonView jsonValue);
37 AWS_IOTANALYTICS_API LambdaActivity& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetName() const{ return m_name; }
46 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
47 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
48 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
49 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
50 inline LambdaActivity& WithName(const Aws::String& value) { SetName(value); return *this;}
51 inline LambdaActivity& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
52 inline LambdaActivity& WithName(const char* value) { SetName(value); return *this;}
54
56
59 inline const Aws::String& GetLambdaName() const{ return m_lambdaName; }
60 inline bool LambdaNameHasBeenSet() const { return m_lambdaNameHasBeenSet; }
61 inline void SetLambdaName(const Aws::String& value) { m_lambdaNameHasBeenSet = true; m_lambdaName = value; }
62 inline void SetLambdaName(Aws::String&& value) { m_lambdaNameHasBeenSet = true; m_lambdaName = std::move(value); }
63 inline void SetLambdaName(const char* value) { m_lambdaNameHasBeenSet = true; m_lambdaName.assign(value); }
64 inline LambdaActivity& WithLambdaName(const Aws::String& value) { SetLambdaName(value); return *this;}
65 inline LambdaActivity& WithLambdaName(Aws::String&& value) { SetLambdaName(std::move(value)); return *this;}
66 inline LambdaActivity& WithLambdaName(const char* value) { SetLambdaName(value); return *this;}
68
70
75 inline int GetBatchSize() const{ return m_batchSize; }
76 inline bool BatchSizeHasBeenSet() const { return m_batchSizeHasBeenSet; }
77 inline void SetBatchSize(int value) { m_batchSizeHasBeenSet = true; m_batchSize = value; }
78 inline LambdaActivity& WithBatchSize(int value) { SetBatchSize(value); return *this;}
80
82
85 inline const Aws::String& GetNext() const{ return m_next; }
86 inline bool NextHasBeenSet() const { return m_nextHasBeenSet; }
87 inline void SetNext(const Aws::String& value) { m_nextHasBeenSet = true; m_next = value; }
88 inline void SetNext(Aws::String&& value) { m_nextHasBeenSet = true; m_next = std::move(value); }
89 inline void SetNext(const char* value) { m_nextHasBeenSet = true; m_next.assign(value); }
90 inline LambdaActivity& WithNext(const Aws::String& value) { SetNext(value); return *this;}
91 inline LambdaActivity& WithNext(Aws::String&& value) { SetNext(std::move(value)); return *this;}
92 inline LambdaActivity& WithNext(const char* value) { SetNext(value); return *this;}
94 private:
95
96 Aws::String m_name;
97 bool m_nameHasBeenSet = false;
98
99 Aws::String m_lambdaName;
100 bool m_lambdaNameHasBeenSet = false;
101
102 int m_batchSize;
103 bool m_batchSizeHasBeenSet = false;
104
105 Aws::String m_next;
106 bool m_nextHasBeenSet = false;
107 };
108
109} // namespace Model
110} // namespace IoTAnalytics
111} // namespace Aws
LambdaActivity & WithLambdaName(Aws::String &&value)
LambdaActivity & WithName(Aws::String &&value)
void SetName(const Aws::String &value)
LambdaActivity & WithNext(const char *value)
LambdaActivity & WithNext(const Aws::String &value)
const Aws::String & GetNext() const
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
LambdaActivity & WithNext(Aws::String &&value)
LambdaActivity & WithLambdaName(const char *value)
void SetLambdaName(Aws::String &&value)
const Aws::String & GetLambdaName() const
LambdaActivity & WithBatchSize(int value)
AWS_IOTANALYTICS_API LambdaActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
LambdaActivity & WithName(const char *value)
LambdaActivity & WithLambdaName(const Aws::String &value)
LambdaActivity & WithName(const Aws::String &value)
void SetLambdaName(const Aws::String &value)
AWS_IOTANALYTICS_API LambdaActivity(Aws::Utils::Json::JsonView jsonValue)
void SetNext(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue