7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Document.h>
11#include <aws/qbusiness/model/DataSourceVpcConfiguration.h>
12#include <aws/qbusiness/model/DocumentEnrichmentConfiguration.h>
13#include <aws/qbusiness/model/MediaExtractionConfiguration.h>
46 template<
typename ApplicationIdT = Aws::String>
48 template<
typename ApplicationIdT = Aws::String>
58 template<
typename IndexIdT = Aws::String>
59 void SetIndexId(
IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
60 template<
typename IndexIdT = Aws::String>
70 template<
typename DataSourceIdT = Aws::String>
72 template<
typename DataSourceIdT = Aws::String>
82 template<
typename DisplayNameT = Aws::String>
84 template<
typename DisplayNameT = Aws::String>
92 template<
typename ConfigurationT = Aws::Utils::Document>
94 template<
typename ConfigurationT = Aws::Utils::Document>
102 template<
typename VpcConfigurationT = DataSourceVpcConfiguration>
104 template<
typename VpcConfigurationT = DataSourceVpcConfiguration>
114 template<
typename DescriptionT = Aws::String>
116 template<
typename DescriptionT = Aws::String>
126 template<
typename SyncScheduleT = Aws::String>
128 template<
typename SyncScheduleT = Aws::String>
139 template<
typename RoleArnT = Aws::String>
140 void SetRoleArn(
RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
141 template<
typename RoleArnT = Aws::String>
149 template<
typename DocumentEnrichmentConfigurationT = DocumentEnrichmentConfiguration>
151 template<
typename DocumentEnrichmentConfigurationT = DocumentEnrichmentConfiguration>
162 template<
typename MediaExtractionConfigurationT = MediaExtractionConfiguration>
164 template<
typename MediaExtractionConfigurationT = MediaExtractionConfiguration>
170 bool m_applicationIdHasBeenSet =
false;
173 bool m_indexIdHasBeenSet =
false;
176 bool m_dataSourceIdHasBeenSet =
false;
179 bool m_displayNameHasBeenSet =
false;
182 bool m_configurationHasBeenSet =
false;
185 bool m_vpcConfigurationHasBeenSet =
false;
188 bool m_descriptionHasBeenSet =
false;
191 bool m_syncScheduleHasBeenSet =
false;
194 bool m_roleArnHasBeenSet =
false;
197 bool m_documentEnrichmentConfigurationHasBeenSet =
false;
200 bool m_mediaExtractionConfigurationHasBeenSet =
false;
bool RoleArnHasBeenSet() const
const Aws::String & GetIndexId() const
const Aws::String & GetDescription() const
bool IndexIdHasBeenSet() const
UpdateDataSourceRequest & WithConfiguration(ConfigurationT &&value)
UpdateDataSourceRequest & WithSyncSchedule(SyncScheduleT &&value)
const MediaExtractionConfiguration & GetMediaExtractionConfiguration() const
virtual const char * GetServiceRequestName() const override
bool VpcConfigurationHasBeenSet() const
AWS_QBUSINESS_API Aws::String SerializePayload() const override
const DocumentEnrichmentConfiguration & GetDocumentEnrichmentConfiguration() const
const Aws::String & GetDataSourceId() const
UpdateDataSourceRequest & WithMediaExtractionConfiguration(MediaExtractionConfigurationT &&value)
UpdateDataSourceRequest & WithDescription(DescriptionT &&value)
void SetDocumentEnrichmentConfiguration(DocumentEnrichmentConfigurationT &&value)
UpdateDataSourceRequest & WithDisplayName(DisplayNameT &&value)
bool DisplayNameHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
void SetDataSourceId(DataSourceIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
UpdateDataSourceRequest & WithVpcConfiguration(VpcConfigurationT &&value)
void SetMediaExtractionConfiguration(MediaExtractionConfigurationT &&value)
bool DocumentEnrichmentConfigurationHasBeenSet() const
bool DataSourceIdHasBeenSet() const
const Aws::String & GetRoleArn() const
bool SyncScheduleHasBeenSet() const
UpdateDataSourceRequest & WithDocumentEnrichmentConfiguration(DocumentEnrichmentConfigurationT &&value)
void SetRoleArn(RoleArnT &&value)
UpdateDataSourceRequest & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetDisplayName() const
bool MediaExtractionConfigurationHasBeenSet() const
bool ConfigurationHasBeenSet() const
void SetSyncSchedule(SyncScheduleT &&value)
bool DescriptionHasBeenSet() const
UpdateDataSourceRequest & WithDataSourceId(DataSourceIdT &&value)
const Aws::String & GetApplicationId() const
const DataSourceVpcConfiguration & GetVpcConfiguration() const
void SetVpcConfiguration(VpcConfigurationT &&value)
Aws::Utils::DocumentView GetConfiguration() const
UpdateDataSourceRequest & WithIndexId(IndexIdT &&value)
void SetConfiguration(ConfigurationT &&value)
bool ApplicationIdHasBeenSet() const
void SetIndexId(IndexIdT &&value)
AWS_QBUSINESS_API UpdateDataSourceRequest()=default
const Aws::String & GetSyncSchedule() const
UpdateDataSourceRequest & WithRoleArn(RoleArnT &&value)
void SetDescription(DescriptionT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String