AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RetrieverConfiguration.h
1
6#pragma once
7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/model/NativeIndexConfiguration.h>
9#include <aws/qbusiness/model/KendraIndexConfiguration.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QBusiness
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_QBUSINESS_API RetrieverConfiguration();
39 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const NativeIndexConfiguration& GetNativeIndexConfiguration() const{ return m_nativeIndexConfiguration; }
48 inline bool NativeIndexConfigurationHasBeenSet() const { return m_nativeIndexConfigurationHasBeenSet; }
49 inline void SetNativeIndexConfiguration(const NativeIndexConfiguration& value) { m_nativeIndexConfigurationHasBeenSet = true; m_nativeIndexConfiguration = value; }
50 inline void SetNativeIndexConfiguration(NativeIndexConfiguration&& value) { m_nativeIndexConfigurationHasBeenSet = true; m_nativeIndexConfiguration = std::move(value); }
54
56
60 inline const KendraIndexConfiguration& GetKendraIndexConfiguration() const{ return m_kendraIndexConfiguration; }
61 inline bool KendraIndexConfigurationHasBeenSet() const { return m_kendraIndexConfigurationHasBeenSet; }
62 inline void SetKendraIndexConfiguration(const KendraIndexConfiguration& value) { m_kendraIndexConfigurationHasBeenSet = true; m_kendraIndexConfiguration = value; }
63 inline void SetKendraIndexConfiguration(KendraIndexConfiguration&& value) { m_kendraIndexConfigurationHasBeenSet = true; m_kendraIndexConfiguration = std::move(value); }
67 private:
68
69 NativeIndexConfiguration m_nativeIndexConfiguration;
70 bool m_nativeIndexConfigurationHasBeenSet = false;
71
72 KendraIndexConfiguration m_kendraIndexConfiguration;
73 bool m_kendraIndexConfigurationHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace QBusiness
78} // namespace Aws
const KendraIndexConfiguration & GetKendraIndexConfiguration() const
AWS_QBUSINESS_API RetrieverConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
RetrieverConfiguration & WithKendraIndexConfiguration(KendraIndexConfiguration &&value)
const NativeIndexConfiguration & GetNativeIndexConfiguration() const
void SetNativeIndexConfiguration(NativeIndexConfiguration &&value)
void SetKendraIndexConfiguration(const KendraIndexConfiguration &value)
void SetKendraIndexConfiguration(KendraIndexConfiguration &&value)
RetrieverConfiguration & WithKendraIndexConfiguration(const KendraIndexConfiguration &value)
RetrieverConfiguration & WithNativeIndexConfiguration(const NativeIndexConfiguration &value)
RetrieverConfiguration & WithNativeIndexConfiguration(NativeIndexConfiguration &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetNativeIndexConfiguration(const NativeIndexConfiguration &value)
AWS_QBUSINESS_API RetrieverConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue