7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/AudioOverrideConfiguration.h>
9#include <aws/bedrock-data-automation/model/DocumentOverrideConfiguration.h>
10#include <aws/bedrock-data-automation/model/ImageOverrideConfiguration.h>
11#include <aws/bedrock-data-automation/model/ModalityRoutingConfiguration.h>
12#include <aws/bedrock-data-automation/model/VideoOverrideConfiguration.h>
23namespace BedrockDataAutomation {
42 template <
typename DocumentT = DocumentOverr
ideConfiguration>
44 m_documentHasBeenSet =
true;
45 m_document = std::forward<DocumentT>(value);
47 template <
typename DocumentT = DocumentOverr
ideConfiguration>
58 template <
typename ImageT = ImageOverr
ideConfiguration>
60 m_imageHasBeenSet =
true;
61 m_image = std::forward<ImageT>(value);
63 template <
typename ImageT = ImageOverr
ideConfiguration>
65 SetImage(std::forward<ImageT>(value));
74 template <
typename V
ideoT = V
ideoOverr
ideConfiguration>
76 m_videoHasBeenSet =
true;
77 m_video = std::forward<VideoT>(value);
79 template <
typename V
ideoT = V
ideoOverr
ideConfiguration>
81 SetVideo(std::forward<VideoT>(value));
90 template <
typename AudioT = AudioOverr
ideConfiguration>
92 m_audioHasBeenSet =
true;
93 m_audio = std::forward<AudioT>(value);
95 template <
typename AudioT = AudioOverr
ideConfiguration>
97 SetAudio(std::forward<AudioT>(value));
106 template <
typename ModalityRoutingT = ModalityRoutingConfiguration>
108 m_modalityRoutingHasBeenSet =
true;
109 m_modalityRouting = std::forward<ModalityRoutingT>(value);
111 template <
typename ModalityRoutingT = ModalityRoutingConfiguration>
127 bool m_documentHasBeenSet =
false;
128 bool m_imageHasBeenSet =
false;
129 bool m_videoHasBeenSet =
false;
130 bool m_audioHasBeenSet =
false;
131 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