7#include <aws/wisdom/ConnectWisdomService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wisdom/model/KnowledgeBaseType.h>
10#include <aws/wisdom/model/RenderingConfiguration.h>
11#include <aws/wisdom/model/ServerSideEncryptionConfiguration.h>
12#include <aws/wisdom/model/SourceConfiguration.h>
13#include <aws/wisdom/model/KnowledgeBaseStatus.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
27namespace ConnectWisdomService
52 template<
typename DescriptionT = Aws::String>
53 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
54 template<
typename DescriptionT = Aws::String>
64 template<
typename KnowledgeBaseArnT = Aws::String>
65 void SetKnowledgeBaseArn(KnowledgeBaseArnT&& value) { m_knowledgeBaseArnHasBeenSet =
true; m_knowledgeBaseArn = std::forward<KnowledgeBaseArnT>(value); }
66 template<
typename KnowledgeBaseArnT = Aws::String>
77 template<
typename KnowledgeBaseIdT = Aws::String>
78 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
79 template<
typename KnowledgeBaseIdT = Aws::String>
99 template<
typename NameT = Aws::String>
100 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
101 template<
typename NameT = Aws::String>
111 template<
typename RenderingConfigurationT = RenderingConfiguration>
112 void SetRenderingConfiguration(RenderingConfigurationT&& value) { m_renderingConfigurationHasBeenSet =
true; m_renderingConfiguration = std::forward<RenderingConfigurationT>(value); }
113 template<
typename RenderingConfigurationT = RenderingConfiguration>
130 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
131 void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT&& value) { m_serverSideEncryptionConfigurationHasBeenSet =
true; m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value); }
132 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
142 template<
typename SourceConfigurationT = SourceConfiguration>
143 void SetSourceConfiguration(SourceConfigurationT&& value) { m_sourceConfigurationHasBeenSet =
true; m_sourceConfiguration = std::forward<SourceConfigurationT>(value); }
144 template<
typename SourceConfigurationT = SourceConfiguration>
164 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
165 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
166 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
168 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
170 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
176 bool m_descriptionHasBeenSet =
false;
179 bool m_knowledgeBaseArnHasBeenSet =
false;
182 bool m_knowledgeBaseIdHasBeenSet =
false;
185 bool m_knowledgeBaseTypeHasBeenSet =
false;
188 bool m_nameHasBeenSet =
false;
190 RenderingConfiguration m_renderingConfiguration;
191 bool m_renderingConfigurationHasBeenSet =
false;
193 ServerSideEncryptionConfiguration m_serverSideEncryptionConfiguration;
194 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
196 SourceConfiguration m_sourceConfiguration;
197 bool m_sourceConfigurationHasBeenSet =
false;
200 bool m_statusHasBeenSet =
false;
203 bool m_tagsHasBeenSet =
false;
bool StatusHasBeenSet() const
const Aws::String & GetKnowledgeBaseArn() const
AWS_CONNECTWISDOMSERVICE_API KnowledgeBaseSummary(Aws::Utils::Json::JsonView jsonValue)
KnowledgeBaseSummary & WithStatus(KnowledgeBaseStatus value)
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
KnowledgeBaseSummary & WithKnowledgeBaseType(KnowledgeBaseType value)
void SetSourceConfiguration(SourceConfigurationT &&value)
KnowledgeBaseSummary & WithSourceConfiguration(SourceConfigurationT &&value)
bool RenderingConfigurationHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
KnowledgeBaseSummary & WithKnowledgeBaseArn(KnowledgeBaseArnT &&value)
KnowledgeBaseSummary & WithDescription(DescriptionT &&value)
AWS_CONNECTWISDOMSERVICE_API KnowledgeBaseSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRenderingConfiguration(RenderingConfigurationT &&value)
bool KnowledgeBaseArnHasBeenSet() const
bool NameHasBeenSet() const
bool SourceConfigurationHasBeenSet() const
const ServerSideEncryptionConfiguration & GetServerSideEncryptionConfiguration() const
KnowledgeBaseSummary & WithServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
bool KnowledgeBaseTypeHasBeenSet() const
KnowledgeBaseSummary & WithTags(TagsT &&value)
void SetStatus(KnowledgeBaseStatus value)
const Aws::String & GetDescription() const
void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
KnowledgeBaseStatus GetStatus() const
const Aws::String & GetKnowledgeBaseId() const
void SetName(NameT &&value)
KnowledgeBaseSummary & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
void SetTags(TagsT &&value)
void SetKnowledgeBaseType(KnowledgeBaseType value)
void SetKnowledgeBaseArn(KnowledgeBaseArnT &&value)
const SourceConfiguration & GetSourceConfiguration() const
KnowledgeBaseSummary & WithRenderingConfiguration(RenderingConfigurationT &&value)
KnowledgeBaseSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
AWS_CONNECTWISDOMSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
bool KnowledgeBaseIdHasBeenSet() const
KnowledgeBaseSummary & WithName(NameT &&value)
bool ServerSideEncryptionConfigurationHasBeenSet() const
KnowledgeBaseType GetKnowledgeBaseType() const
AWS_CONNECTWISDOMSERVICE_API KnowledgeBaseSummary()=default
const RenderingConfiguration & GetRenderingConfiguration() const
void SetDescription(DescriptionT &&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
Aws::Utils::Json::JsonValue JsonValue