7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qconnect/model/KnowledgeBaseType.h>
10#include <aws/qconnect/model/KnowledgeBaseStatus.h>
11#include <aws/qconnect/model/SourceConfiguration.h>
12#include <aws/qconnect/model/VectorIngestionConfiguration.h>
13#include <aws/qconnect/model/RenderingConfiguration.h>
14#include <aws/qconnect/model/ServerSideEncryptionConfiguration.h>
15#include <aws/core/utils/memory/stl/AWSMap.h>
53 template<
typename KnowledgeBaseIdT = Aws::String>
55 template<
typename KnowledgeBaseIdT = Aws::String>
65 template<
typename KnowledgeBaseArnT = Aws::String>
67 template<
typename KnowledgeBaseArnT = Aws::String>
77 template<
typename NameT = Aws::String>
78 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
79 template<
typename NameT = Aws::String>
109 template<
typename SourceConfigurationT = SourceConfiguration>
111 template<
typename SourceConfigurationT = SourceConfiguration>
121 template<
typename VectorIngestionConfigurationT = VectorIngestionConfiguration>
123 template<
typename VectorIngestionConfigurationT = VectorIngestionConfiguration>
133 template<
typename RenderingConfigurationT = RenderingConfiguration>
135 template<
typename RenderingConfigurationT = RenderingConfiguration>
153 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
155 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
165 template<
typename DescriptionT = Aws::String>
167 template<
typename DescriptionT = Aws::String>
177 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
178 void SetTags(
TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
179 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
181 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
183 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(
key), std::forward<TagsValueT>(value));
return *
this;
189 bool m_knowledgeBaseIdHasBeenSet =
false;
192 bool m_knowledgeBaseArnHasBeenSet =
false;
195 bool m_nameHasBeenSet =
false;
198 bool m_knowledgeBaseTypeHasBeenSet =
false;
201 bool m_statusHasBeenSet =
false;
203 SourceConfiguration m_sourceConfiguration;
204 bool m_sourceConfigurationHasBeenSet =
false;
206 VectorIngestionConfiguration m_vectorIngestionConfiguration;
207 bool m_vectorIngestionConfigurationHasBeenSet =
false;
209 RenderingConfiguration m_renderingConfiguration;
210 bool m_renderingConfigurationHasBeenSet =
false;
212 ServerSideEncryptionConfiguration m_serverSideEncryptionConfiguration;
213 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
216 bool m_descriptionHasBeenSet =
false;
219 bool m_tagsHasBeenSet =
false;
KnowledgeBaseStatus GetStatus() const
AWS_QCONNECT_API KnowledgeBaseSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
KnowledgeBaseSummary & WithStatus(KnowledgeBaseStatus value)
KnowledgeBaseSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
void SetRenderingConfiguration(RenderingConfigurationT &&value)
AWS_QCONNECT_API KnowledgeBaseSummary()=default
const Aws::String & GetKnowledgeBaseArn() const
bool TagsHasBeenSet() const
void SetDescription(DescriptionT &&value)
KnowledgeBaseSummary & WithKnowledgeBaseArn(KnowledgeBaseArnT &&value)
void SetKnowledgeBaseArn(KnowledgeBaseArnT &&value)
KnowledgeBaseSummary & WithName(NameT &&value)
bool ServerSideEncryptionConfigurationHasBeenSet() const
KnowledgeBaseType GetKnowledgeBaseType() const
void SetVectorIngestionConfiguration(VectorIngestionConfigurationT &&value)
KnowledgeBaseSummary & WithSourceConfiguration(SourceConfigurationT &&value)
const Aws::String & GetDescription() const
KnowledgeBaseSummary & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
bool KnowledgeBaseIdHasBeenSet() const
bool NameHasBeenSet() const
bool SourceConfigurationHasBeenSet() const
bool RenderingConfigurationHasBeenSet() const
KnowledgeBaseSummary & WithKnowledgeBaseType(KnowledgeBaseType value)
bool VectorIngestionConfigurationHasBeenSet() const
KnowledgeBaseSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetName(NameT &&value)
const ServerSideEncryptionConfiguration & GetServerSideEncryptionConfiguration() const
KnowledgeBaseSummary & WithServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
void SetKnowledgeBaseType(KnowledgeBaseType value)
bool StatusHasBeenSet() const
const VectorIngestionConfiguration & GetVectorIngestionConfiguration() const
void SetTags(TagsT &&value)
void SetStatus(KnowledgeBaseStatus value)
KnowledgeBaseSummary & WithTags(TagsT &&value)
bool KnowledgeBaseTypeHasBeenSet() const
KnowledgeBaseSummary & WithVectorIngestionConfiguration(VectorIngestionConfigurationT &&value)
KnowledgeBaseSummary & WithRenderingConfiguration(RenderingConfigurationT &&value)
bool KnowledgeBaseArnHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetKnowledgeBaseId() const
AWS_QCONNECT_API KnowledgeBaseSummary(Aws::Utils::Json::JsonView jsonValue)
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
const SourceConfiguration & GetSourceConfiguration() const
void SetSourceConfiguration(SourceConfigurationT &&value)
const RenderingConfiguration & GetRenderingConfiguration() const
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
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
Aws::Utils::Json::JsonValue JsonValue