7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/DocumentOverrideConfiguration.h>
9#include <aws/bedrock-data-automation/model/ImageOverrideConfiguration.h>
10#include <aws/bedrock-data-automation/model/VideoOverrideConfiguration.h>
11#include <aws/bedrock-data-automation/model/AudioOverrideConfiguration.h>
12#include <aws/bedrock-data-automation/model/ModalityRoutingConfiguration.h>
25namespace BedrockDataAutomation
48 template<
typename DocumentT = DocumentOverr
ideConfiguration>
49 void SetDocument(DocumentT&& value) { m_documentHasBeenSet =
true; m_document = std::forward<DocumentT>(value); }
50 template<
typename DocumentT = DocumentOverr
ideConfiguration>
58 template<
typename ImageT = ImageOverr
ideConfiguration>
59 void SetImage(ImageT&& value) { m_imageHasBeenSet =
true; m_image = std::forward<ImageT>(value); }
60 template<
typename ImageT = ImageOverr
ideConfiguration>
68 template<
typename V
ideoT = V
ideoOverr
ideConfiguration>
69 void SetVideo(VideoT&& value) { m_videoHasBeenSet =
true; m_video = std::forward<VideoT>(value); }
70 template<
typename V
ideoT = V
ideoOverr
ideConfiguration>
78 template<
typename AudioT = AudioOverr
ideConfiguration>
79 void SetAudio(AudioT&& value) { m_audioHasBeenSet =
true; m_audio = std::forward<AudioT>(value); }
80 template<
typename AudioT = AudioOverr
ideConfiguration>
88 template<
typename ModalityRoutingT = ModalityRoutingConfiguration>
89 void SetModalityRouting(ModalityRoutingT&& value) { m_modalityRoutingHasBeenSet =
true; m_modalityRouting = std::forward<ModalityRoutingT>(value); }
90 template<
typename ModalityRoutingT = ModalityRoutingConfiguration>
96 bool m_documentHasBeenSet =
false;
99 bool m_imageHasBeenSet =
false;
102 bool m_videoHasBeenSet =
false;
105 bool m_audioHasBeenSet =
false;
108 bool m_modalityRoutingHasBeenSet =
false;
OverrideConfiguration & WithDocument(DocumentT &&value)
void SetDocument(DocumentT &&value)
AWS_BEDROCKDATAAUTOMATION_API OverrideConfiguration()=default
void SetVideo(VideoT &&value)
void SetModalityRouting(ModalityRoutingT &&value)
void SetAudio(AudioT &&value)
const ImageOverrideConfiguration & GetImage() const
OverrideConfiguration & WithAudio(AudioT &&value)
bool ImageHasBeenSet() const
bool DocumentHasBeenSet() const
bool ModalityRoutingHasBeenSet() const
const DocumentOverrideConfiguration & GetDocument() const
OverrideConfiguration & WithVideo(VideoT &&value)
const ModalityRoutingConfiguration & GetModalityRouting() const
OverrideConfiguration & WithImage(ImageT &&value)
AWS_BEDROCKDATAAUTOMATION_API OverrideConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKDATAAUTOMATION_API OverrideConfiguration(Aws::Utils::Json::JsonView jsonValue)
const AudioOverrideConfiguration & GetAudio() const
const VideoOverrideConfiguration & GetVideo() const
bool AudioHasBeenSet() const
bool VideoHasBeenSet() const
void SetImage(ImageT &&value)
OverrideConfiguration & WithModalityRouting(ModalityRoutingT &&value)
Aws::Utils::Json::JsonValue JsonValue