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