7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/model/CardType.h>
10#include <aws/qapps/model/CardOutputSource.h>
11#include <aws/qapps/model/AttributeFilter.h>
50 template<
typename TitleT = Aws::String>
51 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
52 template<
typename TitleT = Aws::String>
62 template<
typename IdT = Aws::String>
63 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
64 template<
typename IdT = Aws::String>
84 template<
typename PromptT = Aws::String>
85 void SetPrompt(
PromptT&& value) { m_promptHasBeenSet =
true; m_prompt = std::forward<PromptT>(value); }
86 template<
typename PromptT = Aws::String>
107 template<
typename AttributeFilterT = AttributeFilter>
109 template<
typename AttributeFilterT = AttributeFilter>
115 bool m_titleHasBeenSet =
false;
118 bool m_idHasBeenSet =
false;
121 bool m_typeHasBeenSet =
false;
124 bool m_promptHasBeenSet =
false;
127 bool m_outputSourceHasBeenSet =
false;
129 AttributeFilter m_attributeFilter;
130 bool m_attributeFilterHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue