7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/wisdom/ConnectWisdomService_EXPORTS.h>
12#include <aws/wisdom/model/GroupingConfiguration.h>
13#include <aws/wisdom/model/QuickResponseContents.h>
14#include <aws/wisdom/model/QuickResponseStatus.h>
25namespace ConnectWisdomService {
47 template <
typename AttributesInterpolatedT = Aws::Vector<Aws::String>>
49 m_attributesInterpolatedHasBeenSet =
true;
50 m_attributesInterpolated = std::forward<AttributesInterpolatedT>(value);
52 template <
typename AttributesInterpolatedT = Aws::Vector<Aws::String>>
57 template <
typename AttributesInterpolatedT = Aws::String>
59 m_attributesInterpolatedHasBeenSet =
true;
60 m_attributesInterpolated.emplace_back(std::forward<AttributesInterpolatedT>(value));
72 template <
typename AttributesNotInterpolatedT = Aws::Vector<Aws::String>>
74 m_attributesNotInterpolatedHasBeenSet =
true;
75 m_attributesNotInterpolated = std::forward<AttributesNotInterpolatedT>(value);
77 template <
typename AttributesNotInterpolatedT = Aws::Vector<Aws::String>>
82 template <
typename AttributesNotInterpolatedT = Aws::String>
84 m_attributesNotInterpolatedHasBeenSet =
true;
85 m_attributesNotInterpolated.emplace_back(std::forward<AttributesNotInterpolatedT>(value));
97 template <
typename ChannelsT = Aws::Vector<Aws::String>>
99 m_channelsHasBeenSet =
true;
100 m_channels = std::forward<ChannelsT>(value);
102 template <
typename ChannelsT = Aws::Vector<Aws::String>>
107 template <
typename ChannelsT = Aws::String>
109 m_channelsHasBeenSet =
true;
110 m_channels.emplace_back(std::forward<ChannelsT>(value));
125 template <
typename ContentTypeT = Aws::String>
127 m_contentTypeHasBeenSet =
true;
128 m_contentType = std::forward<ContentTypeT>(value);
130 template <
typename ContentTypeT = Aws::String>
143 template <
typename ContentsT = QuickResponseContents>
145 m_contentsHasBeenSet =
true;
146 m_contents = std::forward<ContentsT>(value);
148 template <
typename ContentsT = QuickResponseContents>
161 template <
typename CreatedTimeT = Aws::Utils::DateTime>
163 m_createdTimeHasBeenSet =
true;
164 m_createdTime = std::forward<CreatedTimeT>(value);
166 template <
typename CreatedTimeT = Aws::Utils::DateTime>
179 template <
typename DescriptionT = Aws::String>
181 m_descriptionHasBeenSet =
true;
182 m_description = std::forward<DescriptionT>(value);
184 template <
typename DescriptionT = Aws::String>
198 template <
typename GroupingConfigurationT = GroupingConfiguration>
200 m_groupingConfigurationHasBeenSet =
true;
201 m_groupingConfiguration = std::forward<GroupingConfigurationT>(value);
203 template <
typename GroupingConfigurationT = GroupingConfiguration>
217 m_isActiveHasBeenSet =
true;
232 template <
typename KnowledgeBaseArnT = Aws::String>
234 m_knowledgeBaseArnHasBeenSet =
true;
235 m_knowledgeBaseArn = std::forward<KnowledgeBaseArnT>(value);
237 template <
typename KnowledgeBaseArnT = Aws::String>
252 template <
typename KnowledgeBaseIdT = Aws::String>
254 m_knowledgeBaseIdHasBeenSet =
true;
255 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
257 template <
typename KnowledgeBaseIdT = Aws::String>
271 template <
typename LanguageT = Aws::String>
273 m_languageHasBeenSet =
true;
274 m_language = std::forward<LanguageT>(value);
276 template <
typename LanguageT = Aws::String>
290 template <
typename LastModifiedByT = Aws::String>
292 m_lastModifiedByHasBeenSet =
true;
293 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
295 template <
typename LastModifiedByT = Aws::String>
309 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
311 m_lastModifiedTimeHasBeenSet =
true;
312 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
314 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
327 template <
typename NameT = Aws::String>
329 m_nameHasBeenSet =
true;
330 m_name = std::forward<NameT>(value);
332 template <
typename NameT = Aws::String>
334 SetName(std::forward<NameT>(value));
345 template <
typename QuickResponseArnT = Aws::String>
347 m_quickResponseArnHasBeenSet =
true;
348 m_quickResponseArn = std::forward<QuickResponseArnT>(value);
350 template <
typename QuickResponseArnT = Aws::String>
363 template <
typename QuickResponseIdT = Aws::String>
365 m_quickResponseIdHasBeenSet =
true;
366 m_quickResponseId = std::forward<QuickResponseIdT>(value);
368 template <
typename QuickResponseIdT = Aws::String>
382 template <
typename ShortcutKeyT = Aws::String>
384 m_shortcutKeyHasBeenSet =
true;
385 m_shortcutKey = std::forward<ShortcutKeyT>(value);
387 template <
typename ShortcutKeyT = Aws::String>
401 m_statusHasBeenSet =
true;
416 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
418 m_tagsHasBeenSet =
true;
419 m_tags = std::forward<TagsT>(value);
421 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
423 SetTags(std::forward<TagsT>(value));
426 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
428 m_tagsHasBeenSet =
true;
429 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
448 GroupingConfiguration m_groupingConfiguration;
450 bool m_isActive{
false};
473 bool m_attributesInterpolatedHasBeenSet =
false;
474 bool m_attributesNotInterpolatedHasBeenSet =
false;
475 bool m_channelsHasBeenSet =
false;
476 bool m_contentTypeHasBeenSet =
false;
477 bool m_contentsHasBeenSet =
false;
478 bool m_createdTimeHasBeenSet =
false;
479 bool m_descriptionHasBeenSet =
false;
480 bool m_groupingConfigurationHasBeenSet =
false;
481 bool m_isActiveHasBeenSet =
false;
482 bool m_knowledgeBaseArnHasBeenSet =
false;
483 bool m_knowledgeBaseIdHasBeenSet =
false;
484 bool m_languageHasBeenSet =
false;
485 bool m_lastModifiedByHasBeenSet =
false;
486 bool m_lastModifiedTimeHasBeenSet =
false;
487 bool m_nameHasBeenSet =
false;
488 bool m_quickResponseArnHasBeenSet =
false;
489 bool m_quickResponseIdHasBeenSet =
false;
490 bool m_shortcutKeyHasBeenSet =
false;
491 bool m_statusHasBeenSet =
false;
492 bool m_tagsHasBeenSet =
false;
QuickResponseSearchResultData & WithGroupingConfiguration(GroupingConfigurationT &&value)
bool ShortcutKeyHasBeenSet() const
const Aws::String & GetLastModifiedBy() const
void SetChannels(ChannelsT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool LanguageHasBeenSet() const
const Aws::String & GetName() const
bool CreatedTimeHasBeenSet() const
void SetQuickResponseId(QuickResponseIdT &&value)
const Aws::String & GetContentType() const
QuickResponseSearchResultData & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
AWS_CONNECTWISDOMSERVICE_API QuickResponseSearchResultData & operator=(Aws::Utils::Json::JsonView jsonValue)
QuickResponseSearchResultData & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool QuickResponseArnHasBeenSet() const
QuickResponseSearchResultData & WithTags(TagsT &&value)
const Aws::String & GetKnowledgeBaseId() const
bool NameHasBeenSet() const
QuickResponseSearchResultData & AddAttributesNotInterpolated(AttributesNotInterpolatedT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
bool AttributesNotInterpolatedHasBeenSet() const
const Aws::String & GetLanguage() const
void SetContents(ContentsT &&value)
bool StatusHasBeenSet() const
bool IsActiveHasBeenSet() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
QuickResponseSearchResultData & WithLastModifiedBy(LastModifiedByT &&value)
void SetKnowledgeBaseArn(KnowledgeBaseArnT &&value)
bool GroupingConfigurationHasBeenSet() const
QuickResponseSearchResultData & AddAttributesInterpolated(AttributesInterpolatedT &&value)
QuickResponseSearchResultData & WithStatus(QuickResponseStatus value)
void SetShortcutKey(ShortcutKeyT &&value)
QuickResponseSearchResultData & WithContents(ContentsT &&value)
QuickResponseSearchResultData & WithIsActive(bool value)
void SetAttributesInterpolated(AttributesInterpolatedT &&value)
bool ContentsHasBeenSet() const
bool ContentTypeHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
const QuickResponseContents & GetContents() const
AWS_CONNECTWISDOMSERVICE_API QuickResponseSearchResultData()=default
QuickResponseStatus GetStatus() const
void SetQuickResponseArn(QuickResponseArnT &&value)
const Aws::String & GetQuickResponseArn() const
bool DescriptionHasBeenSet() const
void SetContentType(ContentTypeT &&value)
bool AttributesInterpolatedHasBeenSet() const
void SetName(NameT &&value)
const Aws::Vector< Aws::String > & GetChannels() const
QuickResponseSearchResultData & WithKnowledgeBaseArn(KnowledgeBaseArnT &&value)
const Aws::String & GetKnowledgeBaseArn() const
QuickResponseSearchResultData & WithAttributesInterpolated(AttributesInterpolatedT &&value)
void SetStatus(QuickResponseStatus value)
void SetGroupingConfiguration(GroupingConfigurationT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ChannelsHasBeenSet() const
QuickResponseSearchResultData & AddChannels(ChannelsT &&value)
const Aws::String & GetQuickResponseId() const
const Aws::Vector< Aws::String > & GetAttributesNotInterpolated() const
const GroupingConfiguration & GetGroupingConfiguration() const
QuickResponseSearchResultData & WithChannels(ChannelsT &&value)
QuickResponseSearchResultData & WithLanguage(LanguageT &&value)
QuickResponseSearchResultData & WithShortcutKey(ShortcutKeyT &&value)
bool KnowledgeBaseIdHasBeenSet() const
QuickResponseSearchResultData & WithCreatedTime(CreatedTimeT &&value)
AWS_CONNECTWISDOMSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTWISDOMSERVICE_API QuickResponseSearchResultData(Aws::Utils::Json::JsonView jsonValue)
void SetIsActive(bool value)
const Aws::Vector< Aws::String > & GetAttributesInterpolated() const
QuickResponseSearchResultData & WithName(NameT &&value)
const Aws::String & GetShortcutKey() const
bool TagsHasBeenSet() const
void SetAttributesNotInterpolated(AttributesNotInterpolatedT &&value)
QuickResponseSearchResultData & WithContentType(ContentTypeT &&value)
QuickResponseSearchResultData & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
QuickResponseSearchResultData & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetTags(TagsT &&value)
void SetLanguage(LanguageT &&value)
QuickResponseSearchResultData & WithQuickResponseId(QuickResponseIdT &&value)
bool KnowledgeBaseArnHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
const Aws::String & GetDescription() const
bool LastModifiedByHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool QuickResponseIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
QuickResponseSearchResultData & WithAttributesNotInterpolated(AttributesNotInterpolatedT &&value)
QuickResponseSearchResultData & WithQuickResponseArn(QuickResponseArnT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue