7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/CodeHookSpecification.h>
49 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
59 template<
typename CodeHookSpecificationT = CodeHookSpecification>
60 void SetCodeHookSpecification(CodeHookSpecificationT&& value) { m_codeHookSpecificationHasBeenSet =
true; m_codeHookSpecification = std::forward<CodeHookSpecificationT>(value); }
61 template<
typename CodeHookSpecificationT = CodeHookSpecification>
66 bool m_enabled{
false};
67 bool m_enabledHasBeenSet =
false;
69 CodeHookSpecification m_codeHookSpecification;
70 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