7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/CodeHookSpecification.h>
19namespace LexModelsV2 {
44 m_enabledHasBeenSet =
true;
59 template <
typename CodeHookSpecificationT = CodeHookSpecification>
61 m_codeHookSpecificationHasBeenSet =
true;
62 m_codeHookSpecification = std::forward<CodeHookSpecificationT>(value);
64 template <
typename CodeHookSpecificationT = CodeHookSpecification>
71 bool m_enabled{
false};
73 CodeHookSpecification m_codeHookSpecification;
74 bool m_enabledHasBeenSet =
false;
75 bool m_codeHookSpecificationHasBeenSet =
false;
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
BotAliasLocaleSettings & WithCodeHookSpecification(CodeHookSpecificationT &&value)
void SetCodeHookSpecification(CodeHookSpecificationT &&value)
bool EnabledHasBeenSet() const
BotAliasLocaleSettings & WithEnabled(bool value)
bool CodeHookSpecificationHasBeenSet() const
AWS_LEXMODELSV2_API BotAliasLocaleSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotAliasLocaleSettings()=default
AWS_LEXMODELSV2_API BotAliasLocaleSettings(Aws::Utils::Json::JsonView jsonValue)
const CodeHookSpecification & GetCodeHookSpecification() const
void SetEnabled(bool value)
Aws::Utils::Json::JsonValue JsonValue