7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/GuardrailManagedWordsType.h>
9#include <aws/bedrock/model/GuardrailWordAction.h>
43 m_typeHasBeenSet =
true;
63 m_inputActionHasBeenSet =
true;
64 m_inputAction = value;
83 m_outputActionHasBeenSet =
true;
84 m_outputAction = value;
101 m_inputEnabledHasBeenSet =
true;
102 m_inputEnabled = value;
119 m_outputEnabledHasBeenSet =
true;
120 m_outputEnabled = value;
134 bool m_inputEnabled{
false};
136 bool m_outputEnabled{
false};
137 bool m_typeHasBeenSet =
false;
138 bool m_inputActionHasBeenSet =
false;
139 bool m_outputActionHasBeenSet =
false;
140 bool m_inputEnabledHasBeenSet =
false;
141 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
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue