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::Vector< Aws::String > & GetAttributes() const
void SetAttributes(AttributesT &&value)
void SetNext(NextT &&value)
bool AttributesHasBeenSet() const
SelectAttributesActivity & AddAttributes(AttributesT &&value)
bool NextHasBeenSet() const
SelectAttributesActivity & WithAttributes(AttributesT &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTANALYTICS_API SelectAttributesActivity(Aws::Utils::Json::JsonView jsonValue)
SelectAttributesActivity & WithNext(NextT &&value)
const Aws::String & GetNext() const
void SetName(NameT &&value)
AWS_IOTANALYTICS_API SelectAttributesActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_IOTANALYTICS_API SelectAttributesActivity()=default
SelectAttributesActivity & WithName(NameT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue