7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
79 inline void SetNext(
const char* value) { m_nextHasBeenSet =
true; m_next.assign(value); }
87 bool m_nameHasBeenSet =
false;
90 bool m_attributesHasBeenSet =
false;
93 bool m_nextHasBeenSet =
false;
const Aws::String & GetNext() const
bool NextHasBeenSet() const
bool NameHasBeenSet() const
void SetName(Aws::String &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
void SetAttributes(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetAttributes() const
RemoveAttributesActivity & WithName(Aws::String &&value)
bool AttributesHasBeenSet() const
RemoveAttributesActivity & WithName(const char *value)
RemoveAttributesActivity & WithName(const Aws::String &value)
RemoveAttributesActivity & WithNext(const char *value)
RemoveAttributesActivity & AddAttributes(const Aws::String &value)
AWS_IOTANALYTICS_API RemoveAttributesActivity(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API RemoveAttributesActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
RemoveAttributesActivity & WithAttributes(const Aws::Vector< Aws::String > &value)
void SetAttributes(Aws::Vector< Aws::String > &&value)
RemoveAttributesActivity & WithAttributes(Aws::Vector< Aws::String > &&value)
RemoveAttributesActivity & WithNext(const Aws::String &value)
void SetNext(const char *value)
RemoveAttributesActivity & WithNext(Aws::String &&value)
void SetName(const Aws::String &value)
RemoveAttributesActivity & AddAttributes(Aws::String &&value)
void SetNext(Aws::String &&value)
AWS_IOTANALYTICS_API RemoveAttributesActivity()
void SetNext(const Aws::String &value)
void SetName(const char *value)
RemoveAttributesActivity & AddAttributes(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue