7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
19namespace LexModelsV2 {
42 m_enableCodeHookInvocationHasBeenSet =
true;
43 m_enableCodeHookInvocation = value;
58 template <
typename InvocationLabelT = Aws::String>
60 m_invocationLabelHasBeenSet =
true;
61 m_invocationLabel = std::forward<InvocationLabelT>(value);
63 template <
typename InvocationLabelT = Aws::String>
70 bool m_enableCodeHookInvocation{
false};
73 bool m_enableCodeHookInvocationHasBeenSet =
false;
74 bool m_invocationLabelHasBeenSet =
false;
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 SetEnableCodeHookInvocation(bool value)
bool InvocationLabelHasBeenSet() const
const Aws::String & GetInvocationLabel() const
AWS_LEXMODELSV2_API ElicitationCodeHookInvocationSetting()=default
ElicitationCodeHookInvocationSetting & WithInvocationLabel(InvocationLabelT &&value)
bool GetEnableCodeHookInvocation() const
void SetInvocationLabel(InvocationLabelT &&value)
ElicitationCodeHookInvocationSetting & WithEnableCodeHookInvocation(bool value)
bool EnableCodeHookInvocationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue