7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetAttribute(
const char* value) { m_attributeHasBeenSet =
true; m_attribute.assign(value); }
78 inline void SetMath(
const char* value) { m_mathHasBeenSet =
true; m_math.assign(value); }
92 inline void SetNext(
const char* value) { m_nextHasBeenSet =
true; m_next.assign(value); }
100 bool m_nameHasBeenSet =
false;
103 bool m_attributeHasBeenSet =
false;
106 bool m_mathHasBeenSet =
false;
109 bool m_nextHasBeenSet =
false;
void SetMath(const char *value)
AWS_IOTANALYTICS_API MathActivity()
MathActivity & WithName(const char *value)
MathActivity & WithAttribute(Aws::String &&value)
bool NextHasBeenSet() const
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)
bool NameHasBeenSet() const
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)
void SetNext(const char *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)
void SetName(const char *value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool MathHasBeenSet() const
bool AttributeHasBeenSet() 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