7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/Slot.h>
43 template <
typename TemplateTypeT = Aws::String>
45 m_templateTypeHasBeenSet =
true;
46 m_templateType = std::forward<TemplateTypeT>(value);
48 template <
typename TemplateTypeT = Aws::String>
61 template <
typename SlotsT = Aws::Vector<Slot>>
63 m_slotsHasBeenSet =
true;
64 m_slots = std::forward<SlotsT>(value);
66 template <
typename SlotsT = Aws::Vector<Slot>>
68 SetSlots(std::forward<SlotsT>(value));
71 template <
typename SlotsT = Slot>
73 m_slotsHasBeenSet =
true;
74 m_slots.emplace_back(std::forward<SlotsT>(value));
82 bool m_templateTypeHasBeenSet =
false;
83 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