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>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename AttributesT = Aws::Vector<Aws::String>>
61 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
62 template<
typename AttributesT = Aws::Vector<Aws::String>>
64 template<
typename AttributesT = Aws::String>
74 template<
typename NextT = Aws::String>
75 void SetNext(NextT&& value) { m_nextHasBeenSet =
true; m_next = std::forward<NextT>(value); }
76 template<
typename NextT = Aws::String>
82 bool m_nameHasBeenSet =
false;
85 bool m_attributesHasBeenSet =
false;
88 bool m_nextHasBeenSet =
false;
const Aws::String & GetNext() const
bool NextHasBeenSet() const
RemoveAttributesActivity & WithAttributes(AttributesT &&value)
bool NameHasBeenSet() const
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
RemoveAttributesActivity & WithNext(NextT &&value)
const Aws::Vector< Aws::String > & GetAttributes() const
bool AttributesHasBeenSet() const
AWS_IOTANALYTICS_API RemoveAttributesActivity(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API RemoveAttributesActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributes(AttributesT &&value)
RemoveAttributesActivity & AddAttributes(AttributesT &&value)
void SetNext(NextT &&value)
AWS_IOTANALYTICS_API RemoveAttributesActivity()=default
RemoveAttributesActivity & WithName(NameT &&value)
void SetName(NameT &&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