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>
10#include <aws/bedrock-runtime/model/GuardrailStreamProcessingMode.h>
23namespace 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>
91 bool m_guardrailIdentifierHasBeenSet =
false;
94 bool m_guardrailVersionHasBeenSet =
false;
97 bool m_traceHasBeenSet =
false;
100 bool m_streamProcessingModeHasBeenSet =
false;
AWS_BEDROCKRUNTIME_API GuardrailStreamConfiguration()=default
GuardrailTrace GetTrace() const
bool TraceHasBeenSet() const
GuardrailStreamConfiguration & WithGuardrailVersion(GuardrailVersionT &&value)
void SetGuardrailVersion(GuardrailVersionT &&value)
AWS_BEDROCKRUNTIME_API GuardrailStreamConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetTrace(GuardrailTrace value)
void SetStreamProcessingMode(GuardrailStreamProcessingMode value)
bool StreamProcessingModeHasBeenSet() const
GuardrailStreamConfiguration & WithTrace(GuardrailTrace value)
const Aws::String & GetGuardrailIdentifier() const
GuardrailStreamConfiguration & WithGuardrailIdentifier(GuardrailIdentifierT &&value)
bool GuardrailVersionHasBeenSet() const
const Aws::String & GetGuardrailVersion() const
void SetGuardrailIdentifier(GuardrailIdentifierT &&value)
GuardrailStreamConfiguration & WithStreamProcessingMode(GuardrailStreamProcessingMode value)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool GuardrailIdentifierHasBeenSet() const
AWS_BEDROCKRUNTIME_API GuardrailStreamConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
GuardrailStreamProcessingMode GetStreamProcessingMode() const
GuardrailStreamProcessingMode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue