7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/GuardrailStreamProcessingMode.h>
9#include <aws/bedrock-runtime/model/GuardrailTrace.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockRuntime {
44 template <
typename GuardrailIdentifierT = Aws::String>
46 m_guardrailIdentifierHasBeenSet =
true;
47 m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value);
49 template <
typename GuardrailIdentifierT = Aws::String>
62 template <
typename GuardrailVersionT = Aws::String>
64 m_guardrailVersionHasBeenSet =
true;
65 m_guardrailVersion = std::forward<GuardrailVersionT>(value);
67 template <
typename GuardrailVersionT = Aws::String>
81 m_traceHasBeenSet =
true;
99 m_streamProcessingModeHasBeenSet =
true;
100 m_streamProcessingMode = value;
115 bool m_guardrailIdentifierHasBeenSet =
false;
116 bool m_guardrailVersionHasBeenSet =
false;
117 bool m_traceHasBeenSet =
false;
118 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue