7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename AttributeT = Aws::String>
60 void SetAttribute(AttributeT&& value) { m_attributeHasBeenSet =
true; m_attribute = std::forward<AttributeT>(value); }
61 template<
typename AttributeT = Aws::String>
72 template<
typename MathT = Aws::String>
73 void SetMath(MathT&& value) { m_mathHasBeenSet =
true; m_math = std::forward<MathT>(value); }
74 template<
typename MathT = Aws::String>
84 template<
typename NextT = Aws::String>
85 void SetNext(NextT&& value) { m_nextHasBeenSet =
true; m_next = std::forward<NextT>(value); }
86 template<
typename NextT = Aws::String>
92 bool m_nameHasBeenSet =
false;
95 bool m_attributeHasBeenSet =
false;
98 bool m_mathHasBeenSet =
false;
101 bool m_nextHasBeenSet =
false;
MathActivity & WithAttribute(AttributeT &&value)
MathActivity & WithNext(NextT &&value)
bool NextHasBeenSet() const
const Aws::String & GetName() const
MathActivity & WithMath(MathT &&value)
void SetMath(MathT &&value)
void SetNext(NextT &&value)
AWS_IOTANALYTICS_API MathActivity()=default
bool NameHasBeenSet() const
AWS_IOTANALYTICS_API MathActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMath() const
void SetName(NameT &&value)
AWS_IOTANALYTICS_API MathActivity(Aws::Utils::Json::JsonView jsonValue)
MathActivity & WithName(NameT &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool MathHasBeenSet() const
bool AttributeHasBeenSet() const
void SetAttribute(AttributeT &&value)
const Aws::String & GetNext() const
const Aws::String & GetAttribute() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue