7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/DocumentOutputAdditionalFileFormat.h>
9#include <aws/bedrock-data-automation/model/DocumentOutputTextFormat.h>
20namespace BedrockDataAutomation {
39 template <
typename TextFormatT = DocumentOutputTextFormat>
41 m_textFormatHasBeenSet =
true;
42 m_textFormat = std::forward<TextFormatT>(value);
44 template <
typename TextFormatT = DocumentOutputTextFormat>
55 template <
typename AdditionalFileFormatT = DocumentOutputAdditionalFileFormat>
57 m_additionalFileFormatHasBeenSet =
true;
58 m_additionalFileFormat = std::forward<AdditionalFileFormatT>(value);
60 template <
typename AdditionalFileFormatT = DocumentOutputAdditionalFileFormat>
70 bool m_textFormatHasBeenSet =
false;
71 bool m_additionalFileFormatHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue