7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-runtime/model/GuardrailTrace.h>
22namespace BedrockRuntime
49 template<
typename GuardrailIdentifierT = Aws::String>
50 void SetGuardrailIdentifier(GuardrailIdentifierT&& value) { m_guardrailIdentifierHasBeenSet =
true; m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value); }
51 template<
typename GuardrailIdentifierT = Aws::String>
61 template<
typename GuardrailVersionT = Aws::String>
62 void SetGuardrailVersion(GuardrailVersionT&& value) { m_guardrailVersionHasBeenSet =
true; m_guardrailVersion = std::forward<GuardrailVersionT>(value); }
63 template<
typename GuardrailVersionT = Aws::String>
79 bool m_guardrailIdentifierHasBeenSet =
false;
82 bool m_guardrailVersionHasBeenSet =
false;
85 bool m_traceHasBeenSet =
false;
GuardrailConfiguration & WithGuardrailIdentifier(GuardrailIdentifierT &&value)
bool GuardrailIdentifierHasBeenSet() const
GuardrailConfiguration & WithTrace(GuardrailTrace value)
const Aws::String & GetGuardrailVersion() const
void SetTrace(GuardrailTrace value)
const Aws::String & GetGuardrailIdentifier() const
bool GuardrailVersionHasBeenSet() const
AWS_BEDROCKRUNTIME_API GuardrailConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKRUNTIME_API GuardrailConfiguration()=default
AWS_BEDROCKRUNTIME_API GuardrailConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
GuardrailTrace GetTrace() const
void SetGuardrailVersion(GuardrailVersionT &&value)
GuardrailConfiguration & WithGuardrailVersion(GuardrailVersionT &&value)
bool TraceHasBeenSet() const
void SetGuardrailIdentifier(GuardrailIdentifierT &&value)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue