7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename LambdaARNT = Aws::String>
48 void SetLambdaARN(LambdaARNT&& value) { m_lambdaARNHasBeenSet =
true; m_lambdaARN = std::forward<LambdaARNT>(value); }
49 template<
typename LambdaARNT = Aws::String>
60 template<
typename CodeHookInterfaceVersionT = Aws::String>
61 void SetCodeHookInterfaceVersion(CodeHookInterfaceVersionT&& value) { m_codeHookInterfaceVersionHasBeenSet =
true; m_codeHookInterfaceVersion = std::forward<CodeHookInterfaceVersionT>(value); }
62 template<
typename CodeHookInterfaceVersionT = Aws::String>
68 bool m_lambdaARNHasBeenSet =
false;
71 bool m_codeHookInterfaceVersionHasBeenSet =
false;
AWS_LEXMODELSV2_API LambdaCodeHook & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCodeHookInterfaceVersion() const
bool LambdaARNHasBeenSet() const
void SetLambdaARN(LambdaARNT &&value)
AWS_LEXMODELSV2_API LambdaCodeHook(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCodeHookInterfaceVersion(CodeHookInterfaceVersionT &&value)
const Aws::String & GetLambdaARN() const
bool CodeHookInterfaceVersionHasBeenSet() const
LambdaCodeHook & WithLambdaARN(LambdaARNT &&value)
LambdaCodeHook & WithCodeHookInterfaceVersion(CodeHookInterfaceVersionT &&value)
AWS_LEXMODELSV2_API LambdaCodeHook()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue