7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kendra/model/SalesforceStandardKnowledgeArticleTypeConfiguration.h>
10#include <aws/kendra/model/SalesforceKnowledgeArticleState.h>
11#include <aws/kendra/model/SalesforceCustomKnowledgeArticleTypeConfiguration.h>
53 template<
typename IncludedStatesT = Aws::Vector<SalesforceKnowledgeArticleState>>
54 void SetIncludedStates(IncludedStatesT&& value) { m_includedStatesHasBeenSet =
true; m_includedStates = std::forward<IncludedStatesT>(value); }
55 template<
typename IncludedStatesT = Aws::Vector<SalesforceKnowledgeArticleState>>
66 template<
typename StandardKnowledgeArticleTypeConfigurationT = SalesforceStandardKnowledgeArticleTypeConfiguration>
67 void SetStandardKnowledgeArticleTypeConfiguration(StandardKnowledgeArticleTypeConfigurationT&& value) { m_standardKnowledgeArticleTypeConfigurationHasBeenSet =
true; m_standardKnowledgeArticleTypeConfiguration = std::forward<StandardKnowledgeArticleTypeConfigurationT>(value); }
68 template<
typename StandardKnowledgeArticleTypeConfigurationT = SalesforceStandardKnowledgeArticleTypeConfiguration>
78 template<
typename CustomKnowledgeArticleTypeConfigurationsT = Aws::Vector<SalesforceCustomKnowledgeArticleTypeConfiguration>>
79 void SetCustomKnowledgeArticleTypeConfigurations(CustomKnowledgeArticleTypeConfigurationsT&& value) { m_customKnowledgeArticleTypeConfigurationsHasBeenSet =
true; m_customKnowledgeArticleTypeConfigurations = std::forward<CustomKnowledgeArticleTypeConfigurationsT>(value); }
80 template<
typename CustomKnowledgeArticleTypeConfigurationsT = Aws::Vector<SalesforceCustomKnowledgeArticleTypeConfiguration>>
82 template<
typename CustomKnowledgeArticleTypeConfigurationsT = SalesforceCustomKnowledgeArticleTypeConfiguration>
88 bool m_includedStatesHasBeenSet =
false;
91 bool m_standardKnowledgeArticleTypeConfigurationHasBeenSet =
false;
94 bool m_customKnowledgeArticleTypeConfigurationsHasBeenSet =
false;
SalesforceKnowledgeArticleConfiguration & WithStandardKnowledgeArticleTypeConfiguration(StandardKnowledgeArticleTypeConfigurationT &&value)
AWS_KENDRA_API SalesforceKnowledgeArticleConfiguration()=default
void SetIncludedStates(IncludedStatesT &&value)
bool StandardKnowledgeArticleTypeConfigurationHasBeenSet() const
AWS_KENDRA_API SalesforceKnowledgeArticleConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API SalesforceKnowledgeArticleConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SalesforceKnowledgeArticleConfiguration & AddCustomKnowledgeArticleTypeConfigurations(CustomKnowledgeArticleTypeConfigurationsT &&value)
SalesforceKnowledgeArticleConfiguration & WithIncludedStates(IncludedStatesT &&value)
void SetCustomKnowledgeArticleTypeConfigurations(CustomKnowledgeArticleTypeConfigurationsT &&value)
const SalesforceStandardKnowledgeArticleTypeConfiguration & GetStandardKnowledgeArticleTypeConfiguration() const
bool IncludedStatesHasBeenSet() const
const Aws::Vector< SalesforceKnowledgeArticleState > & GetIncludedStates() const
SalesforceKnowledgeArticleConfiguration & AddIncludedStates(SalesforceKnowledgeArticleState value)
const Aws::Vector< SalesforceCustomKnowledgeArticleTypeConfiguration > & GetCustomKnowledgeArticleTypeConfigurations() const
void SetStandardKnowledgeArticleTypeConfiguration(StandardKnowledgeArticleTypeConfigurationT &&value)
SalesforceKnowledgeArticleConfiguration & WithCustomKnowledgeArticleTypeConfigurations(CustomKnowledgeArticleTypeConfigurationsT &&value)
bool CustomKnowledgeArticleTypeConfigurationsHasBeenSet() const
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
SalesforceKnowledgeArticleState
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue