7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/QConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetContentAssociationId(
const char* value) { m_contentAssociationIdHasBeenSet =
true; m_contentAssociationId.assign(value); }
58 inline void SetContentId(
const char* value) { m_contentIdHasBeenSet =
true; m_contentId.assign(value); }
72 inline void SetKnowledgeBaseId(
const char* value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId.assign(value); }
80 bool m_contentAssociationIdHasBeenSet =
false;
83 bool m_contentIdHasBeenSet =
false;
86 bool m_knowledgeBaseIdHasBeenSet =
false;
DeleteContentAssociationRequest & WithKnowledgeBaseId(Aws::String &&value)
DeleteContentAssociationRequest & WithContentAssociationId(Aws::String &&value)
void SetContentAssociationId(const Aws::String &value)
const Aws::String & GetContentAssociationId() const
void SetContentAssociationId(Aws::String &&value)
DeleteContentAssociationRequest & WithContentId(const Aws::String &value)
void SetKnowledgeBaseId(const Aws::String &value)
bool ContentIdHasBeenSet() const
DeleteContentAssociationRequest & WithContentId(const char *value)
bool KnowledgeBaseIdHasBeenSet() const
const Aws::String & GetContentId() const
void SetKnowledgeBaseId(Aws::String &&value)
DeleteContentAssociationRequest & WithKnowledgeBaseId(const char *value)
DeleteContentAssociationRequest & WithKnowledgeBaseId(const Aws::String &value)
void SetContentId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetKnowledgeBaseId(const char *value)
void SetContentAssociationId(const char *value)
AWS_QCONNECT_API DeleteContentAssociationRequest()
AWS_QCONNECT_API Aws::String SerializePayload() const override
DeleteContentAssociationRequest & WithContentId(Aws::String &&value)
bool ContentAssociationIdHasBeenSet() const
void SetContentId(Aws::String &&value)
DeleteContentAssociationRequest & WithContentAssociationId(const char *value)
DeleteContentAssociationRequest & WithContentAssociationId(const Aws::String &value)
void SetContentId(const char *value)
const Aws::String & GetKnowledgeBaseId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String