7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/DocumentOutputTextFormat.h>
9#include <aws/bedrock-data-automation/model/DocumentOutputAdditionalFileFormat.h>
22namespace BedrockDataAutomation
45 template<
typename TextFormatT = DocumentOutputTextFormat>
46 void SetTextFormat(TextFormatT&& value) { m_textFormatHasBeenSet =
true; m_textFormat = std::forward<TextFormatT>(value); }
47 template<
typename TextFormatT = DocumentOutputTextFormat>
55 template<
typename AdditionalFileFormatT = DocumentOutputAdditionalFileFormat>
56 void SetAdditionalFileFormat(AdditionalFileFormatT&& value) { m_additionalFileFormatHasBeenSet =
true; m_additionalFileFormat = std::forward<AdditionalFileFormatT>(value); }
57 template<
typename AdditionalFileFormatT = DocumentOutputAdditionalFileFormat>
63 bool m_textFormatHasBeenSet =
false;
66 bool m_additionalFileFormatHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue