7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/AccessControlConfiguration.h>
11#include <aws/quicksight/model/KnowledgeBaseConfiguration.h>
12#include <aws/quicksight/model/MediaExtractionConfiguration.h>
41 template <
typename AwsAccountIdT = Aws::String>
43 m_awsAccountIdHasBeenSet =
true;
44 m_awsAccountId = std::forward<AwsAccountIdT>(value);
46 template <
typename AwsAccountIdT = Aws::String>
59 template <
typename KnowledgeBaseIdT = Aws::String>
61 m_knowledgeBaseIdHasBeenSet =
true;
62 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
64 template <
typename KnowledgeBaseIdT = Aws::String>
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
97 template <
typename DescriptionT = Aws::String>
99 m_descriptionHasBeenSet =
true;
100 m_description = std::forward<DescriptionT>(value);
102 template <
typename DescriptionT = Aws::String>
113 template <
typename KnowledgeBaseConfigurationT = KnowledgeBaseConfiguration>
115 m_knowledgeBaseConfigurationHasBeenSet =
true;
116 m_knowledgeBaseConfiguration = std::forward<KnowledgeBaseConfigurationT>(value);
118 template <
typename KnowledgeBaseConfigurationT = KnowledgeBaseConfiguration>
129 template <
typename MediaExtractionConfigurationT = MediaExtractionConfiguration>
131 m_mediaExtractionConfigurationHasBeenSet =
true;
132 m_mediaExtractionConfiguration = std::forward<MediaExtractionConfigurationT>(value);
134 template <
typename MediaExtractionConfigurationT = MediaExtractionConfiguration>
147 return m_isEmailNotificationOptedForIngestionFailuresHasBeenSet;
150 m_isEmailNotificationOptedForIngestionFailuresHasBeenSet =
true;
151 m_isEmailNotificationOptedForIngestionFailures = value;
166 template <
typename AccessControlConfigurationT = AccessControlConfiguration>
168 m_accessControlConfigurationHasBeenSet =
true;
169 m_accessControlConfiguration = std::forward<AccessControlConfigurationT>(value);
171 template <
typename AccessControlConfigurationT = AccessControlConfiguration>
190 bool m_isEmailNotificationOptedForIngestionFailures{
false};
192 AccessControlConfiguration m_accessControlConfiguration;
193 bool m_awsAccountIdHasBeenSet =
false;
194 bool m_knowledgeBaseIdHasBeenSet =
false;
195 bool m_nameHasBeenSet =
false;
196 bool m_descriptionHasBeenSet =
false;
197 bool m_knowledgeBaseConfigurationHasBeenSet =
false;
198 bool m_mediaExtractionConfigurationHasBeenSet =
false;
199 bool m_isEmailNotificationOptedForIngestionFailuresHasBeenSet =
false;
200 bool m_accessControlConfigurationHasBeenSet =
false;
bool MediaExtractionConfigurationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetMediaExtractionConfiguration(MediaExtractionConfigurationT &&value)
AWS_QUICKSIGHT_API UpdateKnowledgeBaseRequest()=default
UpdateKnowledgeBaseRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetKnowledgeBaseId() const
const KnowledgeBaseConfiguration & GetKnowledgeBaseConfiguration() const
const MediaExtractionConfiguration & GetMediaExtractionConfiguration() const
UpdateKnowledgeBaseRequest & WithIsEmailNotificationOptedForIngestionFailures(bool value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool GetIsEmailNotificationOptedForIngestionFailures() const
const Aws::String & GetAwsAccountId() const
UpdateKnowledgeBaseRequest & WithMediaExtractionConfiguration(MediaExtractionConfigurationT &&value)
bool DescriptionHasBeenSet() const
UpdateKnowledgeBaseRequest & WithAccessControlConfiguration(AccessControlConfigurationT &&value)
bool KnowledgeBaseIdHasBeenSet() const
const Aws::String & GetName() const
bool AccessControlConfigurationHasBeenSet() const
UpdateKnowledgeBaseRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
void SetAccessControlConfiguration(AccessControlConfigurationT &&value)
void SetKnowledgeBaseConfiguration(KnowledgeBaseConfigurationT &&value)
bool KnowledgeBaseConfigurationHasBeenSet() const
UpdateKnowledgeBaseRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
UpdateKnowledgeBaseRequest & WithDescription(DescriptionT &&value)
const AccessControlConfiguration & GetAccessControlConfiguration() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
bool IsEmailNotificationOptedForIngestionFailuresHasBeenSet() const
const Aws::String & GetDescription() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
UpdateKnowledgeBaseRequest & WithKnowledgeBaseConfiguration(KnowledgeBaseConfigurationT &&value)
void SetIsEmailNotificationOptedForIngestionFailures(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String