AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
KnowledgeBaseAssociationConfigurationData.h
1
6#pragma once
7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/TagFilter.h>
9#include <aws/qconnect/model/KnowledgeBaseSearchType.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 QConnect
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
44 inline const TagFilter& GetContentTagFilter() const{ return m_contentTagFilter; }
45 inline bool ContentTagFilterHasBeenSet() const { return m_contentTagFilterHasBeenSet; }
46 inline void SetContentTagFilter(const TagFilter& value) { m_contentTagFilterHasBeenSet = true; m_contentTagFilter = value; }
47 inline void SetContentTagFilter(TagFilter&& value) { m_contentTagFilterHasBeenSet = true; m_contentTagFilter = std::move(value); }
51
53
56 inline int GetMaxResults() const{ return m_maxResults; }
57 inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; }
58 inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; }
61
63
68 inline const KnowledgeBaseSearchType& GetOverrideKnowledgeBaseSearchType() const{ return m_overrideKnowledgeBaseSearchType; }
69 inline bool OverrideKnowledgeBaseSearchTypeHasBeenSet() const { return m_overrideKnowledgeBaseSearchTypeHasBeenSet; }
70 inline void SetOverrideKnowledgeBaseSearchType(const KnowledgeBaseSearchType& value) { m_overrideKnowledgeBaseSearchTypeHasBeenSet = true; m_overrideKnowledgeBaseSearchType = value; }
71 inline void SetOverrideKnowledgeBaseSearchType(KnowledgeBaseSearchType&& value) { m_overrideKnowledgeBaseSearchTypeHasBeenSet = true; m_overrideKnowledgeBaseSearchType = std::move(value); }
75 private:
76
77 TagFilter m_contentTagFilter;
78 bool m_contentTagFilterHasBeenSet = false;
79
80 int m_maxResults;
81 bool m_maxResultsHasBeenSet = false;
82
83 KnowledgeBaseSearchType m_overrideKnowledgeBaseSearchType;
84 bool m_overrideKnowledgeBaseSearchTypeHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace QConnect
89} // namespace Aws
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
KnowledgeBaseAssociationConfigurationData & WithContentTagFilter(const TagFilter &value)
KnowledgeBaseAssociationConfigurationData & WithOverrideKnowledgeBaseSearchType(const KnowledgeBaseSearchType &value)
KnowledgeBaseAssociationConfigurationData & WithOverrideKnowledgeBaseSearchType(KnowledgeBaseSearchType &&value)
AWS_QCONNECT_API KnowledgeBaseAssociationConfigurationData(Aws::Utils::Json::JsonView jsonValue)
KnowledgeBaseAssociationConfigurationData & WithContentTagFilter(TagFilter &&value)
AWS_QCONNECT_API KnowledgeBaseAssociationConfigurationData & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue