7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/model/DocumentAttributeCondition.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename InvocationConditionT = DocumentAttributeCondition>
63 template<
typename InvocationConditionT = DocumentAttributeCondition>
76 template<
typename LambdaArnT = Aws::String>
77 void SetLambdaArn(
LambdaArnT&& value) { m_lambdaArnHasBeenSet =
true; m_lambdaArn = std::forward<LambdaArnT>(value); }
78 template<
typename LambdaArnT = Aws::String>
91 template<
typename S3BucketNameT = Aws::String>
93 template<
typename S3BucketNameT = Aws::String>
106 template<
typename RoleArnT = Aws::String>
107 void SetRoleArn(
RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
108 template<
typename RoleArnT = Aws::String>
114 bool m_invocationConditionHasBeenSet =
false;
117 bool m_lambdaArnHasBeenSet =
false;
120 bool m_s3BucketNameHasBeenSet =
false;
123 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