7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/kendra/model/ConfluenceBlogFieldName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 template<
typename DateFieldFormatT = Aws::String>
65 void SetDateFieldFormat(DateFieldFormatT&& value) { m_dateFieldFormatHasBeenSet =
true; m_dateFieldFormat = std::forward<DateFieldFormatT>(value); }
66 template<
typename DateFieldFormatT = Aws::String>
77 template<
typename IndexFieldNameT = Aws::String>
78 void SetIndexFieldName(IndexFieldNameT&& value) { m_indexFieldNameHasBeenSet =
true; m_indexFieldName = std::forward<IndexFieldNameT>(value); }
79 template<
typename IndexFieldNameT = Aws::String>
85 bool m_dataSourceFieldNameHasBeenSet =
false;
88 bool m_dateFieldFormatHasBeenSet =
false;
91 bool m_indexFieldNameHasBeenSet =
false;
const Aws::String & GetIndexFieldName() const
bool DateFieldFormatHasBeenSet() const
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KENDRA_API ConfluenceBlogToIndexFieldMapping(Aws::Utils::Json::JsonView jsonValue)
ConfluenceBlogFieldName GetDataSourceFieldName() const
ConfluenceBlogToIndexFieldMapping & WithIndexFieldName(IndexFieldNameT &&value)
const Aws::String & GetDateFieldFormat() const
ConfluenceBlogToIndexFieldMapping & WithDataSourceFieldName(ConfluenceBlogFieldName value)
ConfluenceBlogToIndexFieldMapping & WithDateFieldFormat(DateFieldFormatT &&value)
void SetIndexFieldName(IndexFieldNameT &&value)
bool DataSourceFieldNameHasBeenSet() const
void SetDateFieldFormat(DateFieldFormatT &&value)
AWS_KENDRA_API ConfluenceBlogToIndexFieldMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API ConfluenceBlogToIndexFieldMapping()=default
void SetDataSourceFieldName(ConfluenceBlogFieldName value)
bool IndexFieldNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue