7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/S3Location.h>
9#include <aws/core/utils/Array.h>
20namespace BedrockRuntime {
43 template <
typename BytesT = Aws::Utils::ByteBuffer>
45 m_bytesHasBeenSet =
true;
46 m_bytes = std::forward<BytesT>(value);
48 template <
typename BytesT = Aws::Utils::ByteBuffer>
50 SetBytes(std::forward<BytesT>(value));
64 template <
typename S3LocationT = S3Location>
66 m_s3LocationHasBeenSet =
true;
67 m_s3Location = std::forward<S3LocationT>(value);
69 template <
typename S3LocationT = S3Location>
78 S3Location m_s3Location;
79 bool m_bytesHasBeenSet =
false;
80 bool m_s3LocationHasBeenSet =
false;
bool S3LocationHasBeenSet() const
void SetBytes(BytesT &&value)
void SetS3Location(S3LocationT &&value)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKRUNTIME_API VideoSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BytesHasBeenSet() const
VideoSource & WithBytes(BytesT &&value)
AWS_BEDROCKRUNTIME_API VideoSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::ByteBuffer & GetBytes() const
const S3Location & GetS3Location() const
AWS_BEDROCKRUNTIME_API VideoSource()=default
VideoSource & WithS3Location(S3LocationT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue