7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/GuardrailManagedWordsType.h>
9#include <aws/bedrock/model/GuardrailWordAction.h>
88 inline void SetInputEnabled(
bool value) { m_inputEnabledHasBeenSet =
true; m_inputEnabled = value; }
100 inline void SetOutputEnabled(
bool value) { m_outputEnabledHasBeenSet =
true; m_outputEnabled = value; }
106 bool m_typeHasBeenSet =
false;
109 bool m_inputActionHasBeenSet =
false;
112 bool m_outputActionHasBeenSet =
false;
114 bool m_inputEnabled{
false};
115 bool m_inputEnabledHasBeenSet =
false;
117 bool m_outputEnabled{
false};
118 bool m_outputEnabledHasBeenSet =
false;
bool GetOutputEnabled() const
bool OutputEnabledHasBeenSet() const
bool InputEnabledHasBeenSet() const
AWS_BEDROCK_API GuardrailManagedWordsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOutputEnabled(bool value)
GuardrailManagedWordsConfig & WithOutputAction(GuardrailWordAction value)
bool TypeHasBeenSet() const
bool InputActionHasBeenSet() const
GuardrailWordAction GetInputAction() const
GuardrailManagedWordsConfig & WithInputEnabled(bool value)
void SetType(GuardrailManagedWordsType value)
AWS_BEDROCK_API GuardrailManagedWordsConfig()=default
GuardrailManagedWordsType GetType() const
AWS_BEDROCK_API GuardrailManagedWordsConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetInputEnabled() const
void SetOutputAction(GuardrailWordAction value)
GuardrailManagedWordsConfig & WithInputAction(GuardrailWordAction value)
void SetInputAction(GuardrailWordAction value)
GuardrailWordAction GetOutputAction() const
bool OutputActionHasBeenSet() const
GuardrailManagedWordsConfig & WithOutputEnabled(bool value)
void SetInputEnabled(bool value)
GuardrailManagedWordsConfig & WithType(GuardrailManagedWordsType value)
GuardrailManagedWordsType
Aws::Utils::Json::JsonValue JsonValue