7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/AudioStandardOutputConfiguration.h>
9#include <aws/bedrock-data-automation/model/DocumentStandardOutputConfiguration.h>
10#include <aws/bedrock-data-automation/model/ImageStandardOutputConfiguration.h>
11#include <aws/bedrock-data-automation/model/VideoStandardOutputConfiguration.h>
22namespace BedrockDataAutomation {
41 template <
typename DocumentT = DocumentStandardOutputConfiguration>
43 m_documentHasBeenSet =
true;
44 m_document = std::forward<DocumentT>(value);
46 template <
typename DocumentT = DocumentStandardOutputConfiguration>
57 template <
typename ImageT = ImageStandardOutputConfiguration>
59 m_imageHasBeenSet =
true;
60 m_image = std::forward<ImageT>(value);
62 template <
typename ImageT = ImageStandardOutputConfiguration>
64 SetImage(std::forward<ImageT>(value));
73 template <
typename V
ideoT = V
ideoStandardOutputConfiguration>
75 m_videoHasBeenSet =
true;
76 m_video = std::forward<VideoT>(value);
78 template <
typename V
ideoT = V
ideoStandardOutputConfiguration>
80 SetVideo(std::forward<VideoT>(value));
89 template <
typename AudioT = AudioStandardOutputConfiguration>
91 m_audioHasBeenSet =
true;
92 m_audio = std::forward<AudioT>(value);
94 template <
typename AudioT = AudioStandardOutputConfiguration>
96 SetAudio(std::forward<AudioT>(value));
108 bool m_documentHasBeenSet =
false;
109 bool m_imageHasBeenSet =
false;
110 bool m_videoHasBeenSet =
false;
111 bool m_audioHasBeenSet =
false;
StandardOutputConfiguration & WithAudio(AudioT &&value)
void SetImage(ImageT &&value)
AWS_BEDROCKDATAAUTOMATION_API StandardOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool AudioHasBeenSet() const
void SetDocument(DocumentT &&value)
const ImageStandardOutputConfiguration & GetImage() const
StandardOutputConfiguration & WithVideo(VideoT &&value)
const DocumentStandardOutputConfiguration & GetDocument() const
AWS_BEDROCKDATAAUTOMATION_API StandardOutputConfiguration()=default
AWS_BEDROCKDATAAUTOMATION_API StandardOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
StandardOutputConfiguration & WithDocument(DocumentT &&value)
bool VideoHasBeenSet() const
bool ImageHasBeenSet() const
void SetAudio(AudioT &&value)
const AudioStandardOutputConfiguration & GetAudio() const
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
const VideoStandardOutputConfiguration & GetVideo() const
StandardOutputConfiguration & WithImage(ImageT &&value)
bool DocumentHasBeenSet() const
void SetVideo(VideoT &&value)
Aws::Utils::Json::JsonValue JsonValue