7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QApps_EXPORTS.h>
9#include <aws/qapps/model/AttributeFilter.h>
10#include <aws/qapps/model/CardOutputSource.h>
11#include <aws/qapps/model/CardType.h>
44 template <
typename TitleT = Aws::String>
46 m_titleHasBeenSet =
true;
47 m_title = std::forward<TitleT>(value);
49 template <
typename TitleT = Aws::String>
51 SetTitle(std::forward<TitleT>(value));
62 template <
typename IdT = Aws::String>
64 m_idHasBeenSet =
true;
65 m_id = std::forward<IdT>(value);
67 template <
typename IdT = Aws::String>
69 SetId(std::forward<IdT>(value));
81 m_typeHasBeenSet =
true;
96 template <
typename PromptT = Aws::String>
98 m_promptHasBeenSet =
true;
99 m_prompt = std::forward<PromptT>(value);
101 template <
typename PromptT = Aws::String>
115 m_outputSourceHasBeenSet =
true;
116 m_outputSource = value;
131 template <
typename AttributeFilterT = AttributeFilter>
133 m_attributeFilterHasBeenSet =
true;
134 m_attributeFilter = std::forward<AttributeFilterT>(value);
136 template <
typename AttributeFilterT = AttributeFilter>
153 AttributeFilter m_attributeFilter;
154 bool m_titleHasBeenSet =
false;
155 bool m_idHasBeenSet =
false;
156 bool m_typeHasBeenSet =
false;
157 bool m_promptHasBeenSet =
false;
158 bool m_outputSourceHasBeenSet =
false;
159 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