7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kendra/model/HookConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/kendra/model/InlineCustomDocumentEnrichmentConfiguration.h>
55 template<
typename InlineConfigurationsT = Aws::Vector<InlineCustomDocumentEnrichmentConfiguration>>
56 void SetInlineConfigurations(InlineConfigurationsT&& value) { m_inlineConfigurationsHasBeenSet =
true; m_inlineConfigurations = std::forward<InlineConfigurationsT>(value); }
57 template<
typename InlineConfigurationsT = Aws::Vector<InlineCustomDocumentEnrichmentConfiguration>>
59 template<
typename InlineConfigurationsT = InlineCustomDocumentEnrichmentConfiguration>
74 template<
typename PreExtractionHookConfigurationT = HookConfiguration>
75 void SetPreExtractionHookConfiguration(PreExtractionHookConfigurationT&& value) { m_preExtractionHookConfigurationHasBeenSet =
true; m_preExtractionHookConfiguration = std::forward<PreExtractionHookConfigurationT>(value); }
76 template<
typename PreExtractionHookConfigurationT = HookConfiguration>
91 template<
typename PostExtractionHookConfigurationT = HookConfiguration>
92 void SetPostExtractionHookConfiguration(PostExtractionHookConfigurationT&& value) { m_postExtractionHookConfigurationHasBeenSet =
true; m_postExtractionHookConfiguration = std::forward<PostExtractionHookConfigurationT>(value); }
93 template<
typename PostExtractionHookConfigurationT = HookConfiguration>
108 template<
typename RoleArnT = Aws::String>
109 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
110 template<
typename RoleArnT = Aws::String>
116 bool m_inlineConfigurationsHasBeenSet =
false;
119 bool m_preExtractionHookConfigurationHasBeenSet =
false;
122 bool m_postExtractionHookConfigurationHasBeenSet =
false;
125 bool m_roleArnHasBeenSet =
false;
AWS_KENDRA_API CustomDocumentEnrichmentConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetInlineConfigurations(InlineConfigurationsT &&value)
void SetPostExtractionHookConfiguration(PostExtractionHookConfigurationT &&value)
const HookConfiguration & GetPreExtractionHookConfiguration() const
bool InlineConfigurationsHasBeenSet() const
CustomDocumentEnrichmentConfiguration & WithInlineConfigurations(InlineConfigurationsT &&value)
CustomDocumentEnrichmentConfiguration & AddInlineConfigurations(InlineConfigurationsT &&value)
AWS_KENDRA_API CustomDocumentEnrichmentConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PostExtractionHookConfigurationHasBeenSet() const
CustomDocumentEnrichmentConfiguration & WithRoleArn(RoleArnT &&value)
bool PreExtractionHookConfigurationHasBeenSet() const
CustomDocumentEnrichmentConfiguration & WithPostExtractionHookConfiguration(PostExtractionHookConfigurationT &&value)
bool RoleArnHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
void SetPreExtractionHookConfiguration(PreExtractionHookConfigurationT &&value)
const Aws::Vector< InlineCustomDocumentEnrichmentConfiguration > & GetInlineConfigurations() const
CustomDocumentEnrichmentConfiguration & WithPreExtractionHookConfiguration(PreExtractionHookConfigurationT &&value)
const Aws::String & GetRoleArn() const
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KENDRA_API CustomDocumentEnrichmentConfiguration()=default
const HookConfiguration & GetPostExtractionHookConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue