7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kendra/Kendra_EXPORTS.h>
9#include <aws/kendra/model/DocumentAttributeCondition.h>
56 template <
typename InvocationConditionT = DocumentAttributeCondition>
58 m_invocationConditionHasBeenSet =
true;
59 m_invocationCondition = std::forward<InvocationConditionT>(value);
61 template <
typename InvocationConditionT = DocumentAttributeCondition>
77 template <
typename LambdaArnT = Aws::String>
79 m_lambdaArnHasBeenSet =
true;
80 m_lambdaArn = std::forward<LambdaArnT>(value);
82 template <
typename LambdaArnT = Aws::String>
98 template <
typename S3BucketT = Aws::String>
100 m_s3BucketHasBeenSet =
true;
101 m_s3Bucket = std::forward<S3BucketT>(value);
103 template <
typename S3BucketT = Aws::String>
111 bool m_invocationConditionHasBeenSet =
false;
114 bool m_lambdaArnHasBeenSet =
false;
117 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