7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/VideoFormat.h>
9#include <aws/bedrock-runtime/model/VideoSource.h>
20namespace BedrockRuntime {
42 m_formatHasBeenSet =
true;
57 template <
typename SourceT = V
ideoSource>
59 m_sourceHasBeenSet =
true;
60 m_source = std::forward<SourceT>(value);
62 template <
typename SourceT = V
ideoSource>
72 bool m_formatHasBeenSet =
false;
73 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
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue