7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/kendra/model/DocumentAttributeCondition.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 template<
typename InvocationConditionT = DocumentAttributeCondition>
63 void SetInvocationCondition(InvocationConditionT&& value) { m_invocationConditionHasBeenSet =
true; m_invocationCondition = std::forward<InvocationConditionT>(value); }
64 template<
typename InvocationConditionT = DocumentAttributeCondition>
77 template<
typename LambdaArnT = Aws::String>
78 void SetLambdaArn(LambdaArnT&& value) { m_lambdaArnHasBeenSet =
true; m_lambdaArn = std::forward<LambdaArnT>(value); }
79 template<
typename LambdaArnT = Aws::String>
92 template<
typename S3BucketT = Aws::String>
93 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
94 template<
typename S3BucketT = Aws::String>
100 bool m_invocationConditionHasBeenSet =
false;
103 bool m_lambdaArnHasBeenSet =
false;
106 bool m_s3BucketHasBeenSet =
false;
bool LambdaArnHasBeenSet() const
HookConfiguration & WithS3Bucket(S3BucketT &&value)
AWS_KENDRA_API HookConfiguration()=default
bool S3BucketHasBeenSet() const
void SetS3Bucket(S3BucketT &&value)
AWS_KENDRA_API HookConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
HookConfiguration & WithLambdaArn(LambdaArnT &&value)
AWS_KENDRA_API HookConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLambdaArn() const
void SetLambdaArn(LambdaArnT &&value)
void SetInvocationCondition(InvocationConditionT &&value)
const DocumentAttributeCondition & GetInvocationCondition() const
const Aws::String & GetS3Bucket() const
bool InvocationConditionHasBeenSet() const
HookConfiguration & WithInvocationCondition(InvocationConditionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue