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>
52 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
53 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
67 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
85 inline QQueryCard&
AddDependencies(
const char* value) { m_dependenciesHasBeenSet =
true; m_dependencies.push_back(value);
return *
this; }
94 inline void SetType(
const CardType& value) { m_typeHasBeenSet =
true; m_type = value; }
95 inline void SetType(
CardType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
108 inline void SetPrompt(
const char* value) { m_promptHasBeenSet =
true; m_prompt.assign(value); }
141 bool m_idHasBeenSet =
false;
144 bool m_titleHasBeenSet =
false;
147 bool m_dependenciesHasBeenSet =
false;
150 bool m_typeHasBeenSet =
false;
153 bool m_promptHasBeenSet =
false;
156 bool m_outputSourceHasBeenSet =
false;
159 bool m_attributeFilterHasBeenSet =
false;
void SetType(CardType &&value)
void SetPrompt(const char *value)
QQueryCard & WithTitle(const Aws::String &value)
QQueryCard & WithTitle(const char *value)
QQueryCard & WithPrompt(Aws::String &&value)
QQueryCard & AddDependencies(Aws::String &&value)
const Aws::String & GetTitle() const
const AttributeFilter & GetAttributeFilter() const
void SetOutputSource(const CardOutputSource &value)
AWS_QAPPS_API QQueryCard(Aws::Utils::Json::JsonView jsonValue)
bool DependenciesHasBeenSet() const
QQueryCard & AddDependencies(const Aws::String &value)
void SetId(const Aws::String &value)
QQueryCard & WithPrompt(const char *value)
const CardOutputSource & GetOutputSource() const
void SetTitle(Aws::String &&value)
QQueryCard & WithType(CardType &&value)
bool PromptHasBeenSet() const
bool IdHasBeenSet() const
const Aws::Vector< Aws::String > & GetDependencies() const
const Aws::String & GetPrompt() const
bool TitleHasBeenSet() const
QQueryCard & WithDependencies(Aws::Vector< Aws::String > &&value)
void SetAttributeFilter(const AttributeFilter &value)
void SetDependencies(Aws::Vector< Aws::String > &&value)
void SetDependencies(const Aws::Vector< Aws::String > &value)
QQueryCard & WithAttributeFilter(const AttributeFilter &value)
QQueryCard & WithDependencies(const Aws::Vector< Aws::String > &value)
bool OutputSourceHasBeenSet() const
void SetAttributeFilter(AttributeFilter &&value)
void SetPrompt(Aws::String &&value)
void SetId(const char *value)
QQueryCard & WithPrompt(const Aws::String &value)
void SetTitle(const char *value)
const Aws::String & GetId() const
QQueryCard & WithAttributeFilter(AttributeFilter &&value)
QQueryCard & WithId(const char *value)
void SetType(const CardType &value)
QQueryCard & WithTitle(Aws::String &&value)
QQueryCard & AddDependencies(const char *value)
QQueryCard & WithId(const Aws::String &value)
const CardType & GetType() const
bool TypeHasBeenSet() const
QQueryCard & WithOutputSource(CardOutputSource &&value)
QQueryCard & WithOutputSource(const CardOutputSource &value)
AWS_QAPPS_API QQueryCard & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPrompt(const Aws::String &value)
AWS_QAPPS_API QQueryCard()
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOutputSource(CardOutputSource &&value)
QQueryCard & WithId(Aws::String &&value)
void SetTitle(const Aws::String &value)
void SetId(Aws::String &&value)
bool AttributeFilterHasBeenSet() const
QQueryCard & WithType(const CardType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue