7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/GuardrailTrace.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockRuntime {
43 template <
typename GuardrailIdentifierT = Aws::String>
45 m_guardrailIdentifierHasBeenSet =
true;
46 m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value);
48 template <
typename GuardrailIdentifierT = Aws::String>
61 template <
typename GuardrailVersionT = Aws::String>
63 m_guardrailVersionHasBeenSet =
true;
64 m_guardrailVersion = std::forward<GuardrailVersionT>(value);
66 template <
typename GuardrailVersionT = Aws::String>
80 m_traceHasBeenSet =
true;
90 bool m_guardrailIdentifierHasBeenSet =
false;
93 bool m_guardrailVersionHasBeenSet =
false;
96 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