7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/ImageStandardExtraction.h>
9#include <aws/bedrock-data-automation/model/ImageStandardGenerativeField.h>
20namespace BedrockDataAutomation {
39 template <
typename ExtractionT = ImageStandardExtraction>
41 m_extractionHasBeenSet =
true;
42 m_extraction = std::forward<ExtractionT>(value);
44 template <
typename ExtractionT = ImageStandardExtraction>
55 template <
typename GenerativeFieldT = ImageStandardGenerativeField>
57 m_generativeFieldHasBeenSet =
true;
58 m_generativeField = std::forward<GenerativeFieldT>(value);
60 template <
typename GenerativeFieldT = ImageStandardGenerativeField>
70 bool m_extractionHasBeenSet =
false;
71 bool m_generativeFieldHasBeenSet =
false;
bool ExtractionHasBeenSet() const
ImageStandardOutputConfiguration & WithGenerativeField(GenerativeFieldT &&value)
const ImageStandardExtraction & GetExtraction() const
ImageStandardOutputConfiguration & WithExtraction(ExtractionT &&value)
void SetExtraction(ExtractionT &&value)
bool GenerativeFieldHasBeenSet() const
const ImageStandardGenerativeField & GetGenerativeField() const
AWS_BEDROCKDATAAUTOMATION_API ImageStandardOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API ImageStandardOutputConfiguration()=default
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKDATAAUTOMATION_API ImageStandardOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGenerativeField(GenerativeFieldT &&value)
Aws::Utils::Json::JsonValue JsonValue