7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/kendra/model/ConfluenceSpaceFieldName.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;
AWS_KENDRA_API ConfluenceSpaceToIndexFieldMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DateFieldFormatHasBeenSet() const
void SetIndexFieldName(IndexFieldNameT &&value)
AWS_KENDRA_API ConfluenceSpaceToIndexFieldMapping(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIndexFieldName() const
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDataSourceFieldName(ConfluenceSpaceFieldName value)
void SetDateFieldFormat(DateFieldFormatT &&value)
ConfluenceSpaceToIndexFieldMapping & WithDateFieldFormat(DateFieldFormatT &&value)
ConfluenceSpaceFieldName GetDataSourceFieldName() const
ConfluenceSpaceToIndexFieldMapping & WithDataSourceFieldName(ConfluenceSpaceFieldName value)
ConfluenceSpaceToIndexFieldMapping & WithIndexFieldName(IndexFieldNameT &&value)
bool DataSourceFieldNameHasBeenSet() const
AWS_KENDRA_API ConfluenceSpaceToIndexFieldMapping()=default
const Aws::String & GetDateFieldFormat() const
bool IndexFieldNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue