7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/QConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename KnowledgeBaseIdT = Aws::String>
43 template<
typename KnowledgeBaseIdT = Aws::String>
53 template<
typename ContentIdT = Aws::String>
54 void SetContentId(
ContentIdT&& value) { m_contentIdHasBeenSet =
true; m_contentId = std::forward<ContentIdT>(value); }
55 template<
typename ContentIdT = Aws::String>
66 template<
typename ContentAssociationIdT = Aws::String>
68 template<
typename ContentAssociationIdT = Aws::String>
74 bool m_knowledgeBaseIdHasBeenSet =
false;
77 bool m_contentIdHasBeenSet =
false;
80 bool m_contentAssociationIdHasBeenSet =
false;
const Aws::String & GetContentAssociationId() const
bool ContentIdHasBeenSet() const
AWS_QCONNECT_API DeleteContentAssociationRequest()=default
bool KnowledgeBaseIdHasBeenSet() const
void SetContentId(ContentIdT &&value)
DeleteContentAssociationRequest & WithContentAssociationId(ContentAssociationIdT &&value)
const Aws::String & GetContentId() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
DeleteContentAssociationRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetContentAssociationId(ContentAssociationIdT &&value)
AWS_QCONNECT_API Aws::String SerializePayload() const override
bool ContentAssociationIdHasBeenSet() const
DeleteContentAssociationRequest & WithContentId(ContentIdT &&value)
const Aws::String & GetKnowledgeBaseId() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String