7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wisdom/ConnectWisdomService_EXPORTS.h>
19namespace ConnectWisdomService {
40 template <
typename ContentArnT = Aws::String>
42 m_contentArnHasBeenSet =
true;
43 m_contentArn = std::forward<ContentArnT>(value);
45 template <
typename ContentArnT = Aws::String>
58 template <
typename ContentIdT = Aws::String>
60 m_contentIdHasBeenSet =
true;
61 m_contentId = std::forward<ContentIdT>(value);
63 template <
typename ContentIdT = Aws::String>
76 template <
typename KnowledgeBaseArnT = Aws::String>
78 m_knowledgeBaseArnHasBeenSet =
true;
79 m_knowledgeBaseArn = std::forward<KnowledgeBaseArnT>(value);
81 template <
typename KnowledgeBaseArnT = Aws::String>
95 template <
typename KnowledgeBaseIdT = Aws::String>
97 m_knowledgeBaseIdHasBeenSet =
true;
98 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
100 template <
typename KnowledgeBaseIdT = Aws::String>
114 bool m_contentArnHasBeenSet =
false;
115 bool m_contentIdHasBeenSet =
false;
116 bool m_knowledgeBaseArnHasBeenSet =
false;
117 bool m_knowledgeBaseIdHasBeenSet =
false;
bool KnowledgeBaseArnHasBeenSet() const
ContentReference & WithContentArn(ContentArnT &&value)
bool ContentArnHasBeenSet() const
ContentReference & WithContentId(ContentIdT &&value)
const Aws::String & GetKnowledgeBaseId() const
void SetKnowledgeBaseArn(KnowledgeBaseArnT &&value)
AWS_CONNECTWISDOMSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool KnowledgeBaseIdHasBeenSet() const
void SetContentArn(ContentArnT &&value)
ContentReference & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
AWS_CONNECTWISDOMSERVICE_API ContentReference & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContentId(ContentIdT &&value)
const Aws::String & GetContentArn() const
AWS_CONNECTWISDOMSERVICE_API ContentReference(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTWISDOMSERVICE_API ContentReference()=default
const Aws::String & GetKnowledgeBaseArn() const
bool ContentIdHasBeenSet() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
ContentReference & WithKnowledgeBaseArn(KnowledgeBaseArnT &&value)
const Aws::String & GetContentId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue