7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/GuardrailAutomatedReasoningTranslation.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockRuntime {
43 template <
typename TranslationsT = Aws::Vector<GuardrailAutomatedReasoningTranslation>>
45 m_translationsHasBeenSet =
true;
46 m_translations = std::forward<TranslationsT>(value);
48 template <
typename TranslationsT = Aws::Vector<GuardrailAutomatedReasoningTranslation>>
53 template <
typename TranslationsT = GuardrailAutomatedReasoningTranslation>
55 m_translationsHasBeenSet =
true;
56 m_translations.emplace_back(std::forward<TranslationsT>(value));
62 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue