7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/PostDialogCodeHookInvocationSpecification.h>
59 inline void SetActive(
bool value) { m_activeHasBeenSet =
true; m_active = value; }
72 inline void SetInvocationLabel(
const char* value) { m_invocationLabelHasBeenSet =
true; m_invocationLabel.assign(value); }
92 bool m_enableCodeHookInvocation;
93 bool m_enableCodeHookInvocationHasBeenSet =
false;
96 bool m_activeHasBeenSet =
false;
99 bool m_invocationLabelHasBeenSet =
false;
102 bool m_postCodeHookSpecificationHasBeenSet =
false;
bool PostCodeHookSpecificationHasBeenSet() const
void SetPostCodeHookSpecification(PostDialogCodeHookInvocationSpecification &&value)
DialogCodeHookInvocationSetting & WithInvocationLabel(const char *value)
AWS_LEXMODELSV2_API DialogCodeHookInvocationSetting()
void SetPostCodeHookSpecification(const PostDialogCodeHookInvocationSpecification &value)
AWS_LEXMODELSV2_API DialogCodeHookInvocationSetting(Aws::Utils::Json::JsonView jsonValue)
DialogCodeHookInvocationSetting & WithActive(bool value)
void SetInvocationLabel(const Aws::String &value)
const Aws::String & GetInvocationLabel() const
bool EnableCodeHookInvocationHasBeenSet() const
const PostDialogCodeHookInvocationSpecification & GetPostCodeHookSpecification() const
DialogCodeHookInvocationSetting & WithInvocationLabel(Aws::String &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInvocationLabel(const char *value)
bool InvocationLabelHasBeenSet() const
void SetActive(bool value)
DialogCodeHookInvocationSetting & WithPostCodeHookSpecification(PostDialogCodeHookInvocationSpecification &&value)
bool GetEnableCodeHookInvocation() const
void SetInvocationLabel(Aws::String &&value)
DialogCodeHookInvocationSetting & WithEnableCodeHookInvocation(bool value)
DialogCodeHookInvocationSetting & WithInvocationLabel(const Aws::String &value)
DialogCodeHookInvocationSetting & WithPostCodeHookSpecification(const PostDialogCodeHookInvocationSpecification &value)
AWS_LEXMODELSV2_API DialogCodeHookInvocationSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ActiveHasBeenSet() const
void SetEnableCodeHookInvocation(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue