7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnectRequest.h>
9#include <aws/qconnect/QConnect_EXPORTS.h>
37 template <
typename KnowledgeBaseIdT = Aws::String>
39 m_knowledgeBaseIdHasBeenSet =
true;
40 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
42 template <
typename KnowledgeBaseIdT = Aws::String>
55 template <
typename ContentIdT = Aws::String>
57 m_contentIdHasBeenSet =
true;
58 m_contentId = std::forward<ContentIdT>(value);
60 template <
typename ContentIdT = Aws::String>
74 template <
typename ContentAssociationIdT = Aws::String>
76 m_contentAssociationIdHasBeenSet =
true;
77 m_contentAssociationId = std::forward<ContentAssociationIdT>(value);
79 template <
typename ContentAssociationIdT = Aws::String>
91 bool m_knowledgeBaseIdHasBeenSet =
false;
92 bool m_contentIdHasBeenSet =
false;
93 bool m_contentAssociationIdHasBeenSet =
false;
bool ContentIdHasBeenSet() const
bool KnowledgeBaseIdHasBeenSet() const
void SetContentAssociationId(ContentAssociationIdT &&value)
AWS_QCONNECT_API Aws::String SerializePayload() const override
bool ContentAssociationIdHasBeenSet() const
const Aws::String & GetContentId() const
virtual const char * GetServiceRequestName() const override
GetContentAssociationRequest & WithContentId(ContentIdT &&value)
GetContentAssociationRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
const Aws::String & GetKnowledgeBaseId() const
GetContentAssociationRequest & WithContentAssociationId(ContentAssociationIdT &&value)
const Aws::String & GetContentAssociationId() const
void SetContentId(ContentIdT &&value)
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
AWS_QCONNECT_API GetContentAssociationRequest()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String