7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
19namespace LexModelsV2 {
41 template <
typename LambdaARNT = Aws::String>
43 m_lambdaARNHasBeenSet =
true;
44 m_lambdaARN = std::forward<LambdaARNT>(value);
46 template <
typename LambdaARNT = Aws::String>
60 template <
typename CodeHookInterfaceVersionT = Aws::String>
62 m_codeHookInterfaceVersionHasBeenSet =
true;
63 m_codeHookInterfaceVersion = std::forward<CodeHookInterfaceVersionT>(value);
65 template <
typename CodeHookInterfaceVersionT = Aws::String>
75 bool m_lambdaARNHasBeenSet =
false;
76 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