7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
9#include <aws/qbusiness/model/DocumentAttributeCondition.h>
55 template <
typename InvocationConditionT = DocumentAttributeCondition>
57 m_invocationConditionHasBeenSet =
true;
58 m_invocationCondition = std::forward<InvocationConditionT>(value);
60 template <
typename InvocationConditionT = DocumentAttributeCondition>
76 template <
typename LambdaArnT = Aws::String>
78 m_lambdaArnHasBeenSet =
true;
79 m_lambdaArn = std::forward<LambdaArnT>(value);
81 template <
typename LambdaArnT = Aws::String>
97 template <
typename S3BucketNameT = Aws::String>
99 m_s3BucketNameHasBeenSet =
true;
100 m_s3BucketName = std::forward<S3BucketNameT>(value);
102 template <
typename S3BucketNameT = Aws::String>
118 template <
typename RoleArnT = Aws::String>
120 m_roleArnHasBeenSet =
true;
121 m_roleArn = std::forward<RoleArnT>(value);
123 template <
typename RoleArnT = Aws::String>
137 bool m_invocationConditionHasBeenSet =
false;
138 bool m_lambdaArnHasBeenSet =
false;
139 bool m_s3BucketNameHasBeenSet =
false;
140 bool m_roleArnHasBeenSet =
false;
void SetLambdaArn(LambdaArnT &&value)
AWS_QBUSINESS_API HookConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool LambdaArnHasBeenSet() const
bool RoleArnHasBeenSet() const
const Aws::String & GetS3BucketName() const
HookConfiguration & WithInvocationCondition(InvocationConditionT &&value)
const Aws::String & GetLambdaArn() const
AWS_QBUSINESS_API HookConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3BucketNameHasBeenSet() const
HookConfiguration & WithS3BucketName(S3BucketNameT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
const DocumentAttributeCondition & GetInvocationCondition() const
HookConfiguration & WithRoleArn(RoleArnT &&value)
HookConfiguration & WithLambdaArn(LambdaArnT &&value)
void SetRoleArn(RoleArnT &&value)
void SetInvocationCondition(InvocationConditionT &&value)
void SetS3BucketName(S3BucketNameT &&value)
bool InvocationConditionHasBeenSet() const
const Aws::String & GetRoleArn() const
AWS_QBUSINESS_API HookConfiguration()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue