AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MathActivity.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 MathActivity();
36 AWS_IOTANALYTICS_API MathActivity(Aws::Utils::Json::JsonView jsonValue);
37 AWS_IOTANALYTICS_API MathActivity& 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 MathActivity& WithName(const Aws::String& value) { SetName(value); return *this;}
51 inline MathActivity& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
52 inline MathActivity& WithName(const char* value) { SetName(value); return *this;}
54
56
59 inline const Aws::String& GetAttribute() const{ return m_attribute; }
60 inline bool AttributeHasBeenSet() const { return m_attributeHasBeenSet; }
61 inline void SetAttribute(const Aws::String& value) { m_attributeHasBeenSet = true; m_attribute = value; }
62 inline void SetAttribute(Aws::String&& value) { m_attributeHasBeenSet = true; m_attribute = std::move(value); }
63 inline void SetAttribute(const char* value) { m_attributeHasBeenSet = true; m_attribute.assign(value); }
64 inline MathActivity& WithAttribute(const Aws::String& value) { SetAttribute(value); return *this;}
65 inline MathActivity& WithAttribute(Aws::String&& value) { SetAttribute(std::move(value)); return *this;}
66 inline MathActivity& WithAttribute(const char* value) { SetAttribute(value); return *this;}
68
70
74 inline const Aws::String& GetMath() const{ return m_math; }
75 inline bool MathHasBeenSet() const { return m_mathHasBeenSet; }
76 inline void SetMath(const Aws::String& value) { m_mathHasBeenSet = true; m_math = value; }
77 inline void SetMath(Aws::String&& value) { m_mathHasBeenSet = true; m_math = std::move(value); }
78 inline void SetMath(const char* value) { m_mathHasBeenSet = true; m_math.assign(value); }
79 inline MathActivity& WithMath(const Aws::String& value) { SetMath(value); return *this;}
80 inline MathActivity& WithMath(Aws::String&& value) { SetMath(std::move(value)); return *this;}
81 inline MathActivity& WithMath(const char* value) { SetMath(value); return *this;}
83
85
88 inline const Aws::String& GetNext() const{ return m_next; }
89 inline bool NextHasBeenSet() const { return m_nextHasBeenSet; }
90 inline void SetNext(const Aws::String& value) { m_nextHasBeenSet = true; m_next = value; }
91 inline void SetNext(Aws::String&& value) { m_nextHasBeenSet = true; m_next = std::move(value); }
92 inline void SetNext(const char* value) { m_nextHasBeenSet = true; m_next.assign(value); }
93 inline MathActivity& WithNext(const Aws::String& value) { SetNext(value); return *this;}
94 inline MathActivity& WithNext(Aws::String&& value) { SetNext(std::move(value)); return *this;}
95 inline MathActivity& WithNext(const char* value) { SetNext(value); return *this;}
97 private:
98
99 Aws::String m_name;
100 bool m_nameHasBeenSet = false;
101
102 Aws::String m_attribute;
103 bool m_attributeHasBeenSet = false;
104
105 Aws::String m_math;
106 bool m_mathHasBeenSet = false;
107
108 Aws::String m_next;
109 bool m_nextHasBeenSet = false;
110 };
111
112} // namespace Model
113} // namespace IoTAnalytics
114} // namespace Aws
AWS_IOTANALYTICS_API MathActivity()
MathActivity & WithName(const char *value)
MathActivity & WithAttribute(Aws::String &&value)
const Aws::String & GetName() const
MathActivity & WithName(const Aws::String &value)
MathActivity & WithNext(const char *value)
MathActivity & WithNext(const Aws::String &value)
MathActivity & WithName(Aws::String &&value)
void SetAttribute(const Aws::String &value)
MathActivity & WithMath(const Aws::String &value)
MathActivity & WithAttribute(const char *value)
void SetAttribute(const char *value)
AWS_IOTANALYTICS_API MathActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
void SetAttribute(Aws::String &&value)
void SetMath(Aws::String &&value)
MathActivity & WithMath(const char *value)
void SetName(const Aws::String &value)
MathActivity & WithAttribute(const Aws::String &value)
const Aws::String & GetMath() const
void SetMath(const Aws::String &value)
void SetNext(const Aws::String &value)
AWS_IOTANALYTICS_API MathActivity(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
MathActivity & WithNext(Aws::String &&value)
const Aws::String & GetNext() const
MathActivity & WithMath(Aws::String &&value)
const Aws::String & GetAttribute() const
void SetNext(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue