7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qapps/model/CardType.h>
11#include <aws/qapps/model/CardOutputSource.h>
12#include <aws/qapps/model/AttributeFilter.h>
51 template<
typename IdT = Aws::String>
52 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
63 template<
typename TitleT = Aws::String>
64 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
65 template<
typename TitleT = Aws::String>
75 template<
typename DependenciesT = Aws::Vector<Aws::String>>
77 template<
typename DependenciesT = Aws::Vector<Aws::String>>
79 template<
typename DependenciesT = Aws::String>
99 template<
typename PromptT = Aws::String>
100 void SetPrompt(
PromptT&& value) { m_promptHasBeenSet =
true; m_prompt = std::forward<PromptT>(value); }
101 template<
typename PromptT = Aws::String>
122 template<
typename AttributeFilterT = AttributeFilter>
124 template<
typename AttributeFilterT = AttributeFilter>
135 template<
typename MemoryReferencesT = Aws::Vector<Aws::String>>
137 template<
typename MemoryReferencesT = Aws::Vector<Aws::String>>
139 template<
typename MemoryReferencesT = Aws::String>
145 bool m_idHasBeenSet =
false;
148 bool m_titleHasBeenSet =
false;
151 bool m_dependenciesHasBeenSet =
false;
154 bool m_typeHasBeenSet =
false;
157 bool m_promptHasBeenSet =
false;
160 bool m_outputSourceHasBeenSet =
false;
162 AttributeFilter m_attributeFilter;
163 bool m_attributeFilterHasBeenSet =
false;
166 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