7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/model/Slot.h>
49 template<
typename TemplateTypeT = Aws::String>
50 void SetTemplateType(TemplateTypeT&& value) { m_templateTypeHasBeenSet =
true; m_templateType = std::forward<TemplateTypeT>(value); }
51 template<
typename TemplateTypeT = Aws::String>
61 template<
typename SlotsT = Aws::Vector<Slot>>
62 void SetSlots(SlotsT&& value) { m_slotsHasBeenSet =
true; m_slots = std::forward<SlotsT>(value); }
63 template<
typename SlotsT = Aws::Vector<Slot>>
65 template<
typename SlotsT = Slot>
66 TopicTemplate&
AddSlots(SlotsT&& value) { m_slotsHasBeenSet =
true; m_slots.emplace_back(std::forward<SlotsT>(value));
return *
this; }
71 bool m_templateTypeHasBeenSet =
false;
74 bool m_slotsHasBeenSet =
false;
AWS_QUICKSIGHT_API TopicTemplate(Aws::Utils::Json::JsonView jsonValue)
void SetSlots(SlotsT &&value)
TopicTemplate & AddSlots(SlotsT &&value)
bool TemplateTypeHasBeenSet() const
const Aws::Vector< Slot > & GetSlots() const
AWS_QUICKSIGHT_API TopicTemplate()=default
TopicTemplate & WithTemplateType(TemplateTypeT &&value)
void SetTemplateType(TemplateTypeT &&value)
const Aws::String & GetTemplateType() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TopicTemplate & WithSlots(SlotsT &&value)
AWS_QUICKSIGHT_API TopicTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SlotsHasBeenSet() 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