7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/DocumentOutputFormat.h>
9#include <aws/bedrock-data-automation/model/DocumentStandardExtraction.h>
10#include <aws/bedrock-data-automation/model/DocumentStandardGenerativeField.h>
21namespace BedrockDataAutomation {
40 template <
typename ExtractionT = DocumentStandardExtraction>
42 m_extractionHasBeenSet =
true;
43 m_extraction = std::forward<ExtractionT>(value);
45 template <
typename ExtractionT = DocumentStandardExtraction>
56 template <
typename GenerativeFieldT = DocumentStandardGenerativeField>
58 m_generativeFieldHasBeenSet =
true;
59 m_generativeField = std::forward<GenerativeFieldT>(value);
61 template <
typename GenerativeFieldT = DocumentStandardGenerativeField>
72 template <
typename OutputFormatT = DocumentOutputFormat>
74 m_outputFormatHasBeenSet =
true;
75 m_outputFormat = std::forward<OutputFormatT>(value);
77 template <
typename OutputFormatT = DocumentOutputFormat>
89 bool m_extractionHasBeenSet =
false;
90 bool m_generativeFieldHasBeenSet =
false;
91 bool m_outputFormatHasBeenSet =
false;
void SetGenerativeField(GenerativeFieldT &&value)
DocumentStandardOutputConfiguration & WithGenerativeField(GenerativeFieldT &&value)
bool OutputFormatHasBeenSet() const
const DocumentOutputFormat & GetOutputFormat() const
AWS_BEDROCKDATAAUTOMATION_API DocumentStandardOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
DocumentStandardOutputConfiguration & WithExtraction(ExtractionT &&value)
void SetExtraction(ExtractionT &&value)
bool GenerativeFieldHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API DocumentStandardOutputConfiguration()=default
bool ExtractionHasBeenSet() const
const DocumentStandardGenerativeField & GetGenerativeField() const
AWS_BEDROCKDATAAUTOMATION_API DocumentStandardOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
DocumentStandardOutputConfiguration & WithOutputFormat(OutputFormatT &&value)
const DocumentStandardExtraction & GetExtraction() const
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOutputFormat(OutputFormatT &&value)
Aws::Utils::Json::JsonValue JsonValue