7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/VideoFormat.h>
9#include <aws/bedrock-runtime/model/VideoSource.h>
22namespace BedrockRuntime
57 template<
typename SourceT = V
ideoSource>
58 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
59 template<
typename SourceT = V
ideoSource>
65 bool m_formatHasBeenSet =
false;
68 bool m_sourceHasBeenSet =
false;
bool SourceHasBeenSet() const
AWS_BEDROCKRUNTIME_API VideoBlock(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
VideoBlock & WithSource(SourceT &&value)
const VideoSource & GetSource() const
AWS_BEDROCKRUNTIME_API VideoBlock()=default
void SetSource(SourceT &&value)
VideoFormat GetFormat() const
AWS_BEDROCKRUNTIME_API VideoBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
VideoBlock & WithFormat(VideoFormat value)
void SetFormat(VideoFormat value)
bool FormatHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue