7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qapps/QApps_EXPORTS.h>
10#include <aws/qapps/model/AttributeFilter.h>
11#include <aws/qapps/model/CardOutputSource.h>
12#include <aws/qapps/model/CardType.h>
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
63 template <
typename TitleT = Aws::String>
65 m_titleHasBeenSet =
true;
66 m_title = std::forward<TitleT>(value);
68 template <
typename TitleT = Aws::String>
70 SetTitle(std::forward<TitleT>(value));
81 template <
typename DependenciesT = Aws::Vector<Aws::String>>
83 m_dependenciesHasBeenSet =
true;
84 m_dependencies = std::forward<DependenciesT>(value);
86 template <
typename DependenciesT = Aws::Vector<Aws::String>>
91 template <
typename DependenciesT = Aws::String>
93 m_dependenciesHasBeenSet =
true;
94 m_dependencies.emplace_back(std::forward<DependenciesT>(value));
106 m_typeHasBeenSet =
true;
121 template <
typename PromptT = Aws::String>
123 m_promptHasBeenSet =
true;
124 m_prompt = std::forward<PromptT>(value);
126 template <
typename PromptT = Aws::String>
140 m_outputSourceHasBeenSet =
true;
141 m_outputSource = value;
156 template <
typename AttributeFilterT = AttributeFilter>
158 m_attributeFilterHasBeenSet =
true;
159 m_attributeFilter = std::forward<AttributeFilterT>(value);
161 template <
typename AttributeFilterT = AttributeFilter>
175 template <
typename MemoryReferencesT = Aws::Vector<Aws::String>>
177 m_memoryReferencesHasBeenSet =
true;
178 m_memoryReferences = std::forward<MemoryReferencesT>(value);
180 template <
typename MemoryReferencesT = Aws::Vector<Aws::String>>
185 template <
typename MemoryReferencesT = Aws::String>
187 m_memoryReferencesHasBeenSet =
true;
188 m_memoryReferences.emplace_back(std::forward<MemoryReferencesT>(value));
205 AttributeFilter m_attributeFilter;
208 bool m_idHasBeenSet =
false;
209 bool m_titleHasBeenSet =
false;
210 bool m_dependenciesHasBeenSet =
false;
211 bool m_typeHasBeenSet =
false;
212 bool m_promptHasBeenSet =
false;
213 bool m_outputSourceHasBeenSet =
false;
214 bool m_attributeFilterHasBeenSet =
false;
215 bool m_memoryReferencesHasBeenSet =
false;
const Aws::String & GetTitle() const
const AttributeFilter & GetAttributeFilter() const
AWS_QAPPS_API QQueryCard(Aws::Utils::Json::JsonView jsonValue)
void SetOutputSource(CardOutputSource value)
bool DependenciesHasBeenSet() const
QQueryCard & WithDependencies(DependenciesT &&value)
AWS_QAPPS_API QQueryCard()=default
QQueryCard & WithType(CardType value)
void SetMemoryReferences(MemoryReferencesT &&value)
void SetTitle(TitleT &&value)
bool PromptHasBeenSet() const
bool IdHasBeenSet() const
const Aws::Vector< Aws::String > & GetDependencies() const
QQueryCard & WithId(IdT &&value)
void SetPrompt(PromptT &&value)
const Aws::String & GetPrompt() const
bool TitleHasBeenSet() const
QQueryCard & WithAttributeFilter(AttributeFilterT &&value)
QQueryCard & AddDependencies(DependenciesT &&value)
bool OutputSourceHasBeenSet() const
void SetAttributeFilter(AttributeFilterT &&value)
QQueryCard & WithOutputSource(CardOutputSource value)
void SetDependencies(DependenciesT &&value)
const Aws::String & GetId() const
bool TypeHasBeenSet() const
AWS_QAPPS_API QQueryCard & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
bool MemoryReferencesHasBeenSet() const
QQueryCard & WithTitle(TitleT &&value)
QQueryCard & AddMemoryReferences(MemoryReferencesT &&value)
const Aws::Vector< Aws::String > & GetMemoryReferences() const
QQueryCard & WithPrompt(PromptT &&value)
QQueryCard & WithMemoryReferences(MemoryReferencesT &&value)
bool AttributeFilterHasBeenSet() const
void SetType(CardType value)
CardOutputSource GetOutputSource() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue