7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-runtime/model/GuardrailAutomatedReasoningTranslation.h>
22namespace BedrockRuntime
49 template<
typename TranslationsT = Aws::Vector<GuardrailAutomatedReasoningTranslation>>
50 void SetTranslations(TranslationsT&& value) { m_translationsHasBeenSet =
true; m_translations = std::forward<TranslationsT>(value); }
51 template<
typename TranslationsT = Aws::Vector<GuardrailAutomatedReasoningTranslation>>
53 template<
typename TranslationsT = GuardrailAutomatedReasoningTranslation>
59 bool m_translationsHasBeenSet =
false;
const Aws::Vector< GuardrailAutomatedReasoningTranslation > & GetTranslations() const
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningTranslationOption(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningTranslationOption & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTranslations(TranslationsT &&value)
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningTranslationOption()=default
GuardrailAutomatedReasoningTranslationOption & WithTranslations(TranslationsT &&value)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
GuardrailAutomatedReasoningTranslationOption & AddTranslations(TranslationsT &&value)
bool TranslationsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue