7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/kendra/model/DataSourceToIndexFieldMapping.h>
11#include <aws/kendra/model/SalesforceChatterFeedIncludeFilterType.h>
52 template<
typename DocumentDataFieldNameT = Aws::String>
53 void SetDocumentDataFieldName(DocumentDataFieldNameT&& value) { m_documentDataFieldNameHasBeenSet =
true; m_documentDataFieldName = std::forward<DocumentDataFieldNameT>(value); }
54 template<
typename DocumentDataFieldNameT = Aws::String>
65 template<
typename DocumentTitleFieldNameT = Aws::String>
66 void SetDocumentTitleFieldName(DocumentTitleFieldNameT&& value) { m_documentTitleFieldNameHasBeenSet =
true; m_documentTitleFieldName = std::forward<DocumentTitleFieldNameT>(value); }
67 template<
typename DocumentTitleFieldNameT = Aws::String>
78 template<
typename FieldMappingsT = Aws::Vector<DataSourceToIndexFieldMapping>>
79 void SetFieldMappings(FieldMappingsT&& value) { m_fieldMappingsHasBeenSet =
true; m_fieldMappings = std::forward<FieldMappingsT>(value); }
80 template<
typename FieldMappingsT = Aws::Vector<DataSourceToIndexFieldMapping>>
82 template<
typename FieldMappingsT = DataSourceToIndexFieldMapping>
95 template<
typename IncludeFilterTypesT = Aws::Vector<SalesforceChatterFeedIncludeFilterType>>
96 void SetIncludeFilterTypes(IncludeFilterTypesT&& value) { m_includeFilterTypesHasBeenSet =
true; m_includeFilterTypes = std::forward<IncludeFilterTypesT>(value); }
97 template<
typename IncludeFilterTypesT = Aws::Vector<SalesforceChatterFeedIncludeFilterType>>
104 bool m_documentDataFieldNameHasBeenSet =
false;
107 bool m_documentTitleFieldNameHasBeenSet =
false;
110 bool m_fieldMappingsHasBeenSet =
false;
113 bool m_includeFilterTypesHasBeenSet =
false;
const Aws::Vector< SalesforceChatterFeedIncludeFilterType > & GetIncludeFilterTypes() const
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
bool DocumentDataFieldNameHasBeenSet() const
void SetDocumentTitleFieldName(DocumentTitleFieldNameT &&value)
SalesforceChatterFeedConfiguration & WithDocumentDataFieldName(DocumentDataFieldNameT &&value)
const Aws::String & GetDocumentDataFieldName() const
SalesforceChatterFeedConfiguration & AddFieldMappings(FieldMappingsT &&value)
const Aws::String & GetDocumentTitleFieldName() const
SalesforceChatterFeedConfiguration & WithDocumentTitleFieldName(DocumentTitleFieldNameT &&value)
bool IncludeFilterTypesHasBeenSet() const
void SetDocumentDataFieldName(DocumentDataFieldNameT &&value)
SalesforceChatterFeedConfiguration & WithIncludeFilterTypes(IncludeFilterTypesT &&value)
SalesforceChatterFeedConfiguration & AddIncludeFilterTypes(SalesforceChatterFeedIncludeFilterType value)
SalesforceChatterFeedConfiguration & WithFieldMappings(FieldMappingsT &&value)
bool FieldMappingsHasBeenSet() const
bool DocumentTitleFieldNameHasBeenSet() const
void SetIncludeFilterTypes(IncludeFilterTypesT &&value)
void SetFieldMappings(FieldMappingsT &&value)
AWS_KENDRA_API SalesforceChatterFeedConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API SalesforceChatterFeedConfiguration()=default
const Aws::Vector< DataSourceToIndexFieldMapping > & GetFieldMappings() const
AWS_KENDRA_API SalesforceChatterFeedConfiguration(Aws::Utils::Json::JsonView jsonValue)
SalesforceChatterFeedIncludeFilterType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue