7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
60 inline void SetInvocationLabel(
const char* value) { m_invocationLabelHasBeenSet =
true; m_invocationLabel.assign(value); }
67 bool m_enableCodeHookInvocation;
68 bool m_enableCodeHookInvocationHasBeenSet =
false;
71 bool m_invocationLabelHasBeenSet =
false;
void SetInvocationLabel(const Aws::String &value)
AWS_LEXMODELSV2_API ElicitationCodeHookInvocationSetting(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API ElicitationCodeHookInvocationSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInvocationLabel(const char *value)
void SetEnableCodeHookInvocation(bool value)
bool InvocationLabelHasBeenSet() const
ElicitationCodeHookInvocationSetting & WithInvocationLabel(const char *value)
const Aws::String & GetInvocationLabel() const
bool GetEnableCodeHookInvocation() const
ElicitationCodeHookInvocationSetting & WithInvocationLabel(const Aws::String &value)
ElicitationCodeHookInvocationSetting & WithEnableCodeHookInvocation(bool value)
void SetInvocationLabel(Aws::String &&value)
ElicitationCodeHookInvocationSetting & WithInvocationLabel(Aws::String &&value)
AWS_LEXMODELSV2_API ElicitationCodeHookInvocationSetting()
bool EnableCodeHookInvocationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue