7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/bedrock-runtime/model/S3Location.h>
22namespace BedrockRuntime
49 template<
typename BytesT = Aws::Utils::ByteBuffer>
50 void SetBytes(BytesT&& value) { m_bytesHasBeenSet =
true; m_bytes = std::forward<BytesT>(value); }
51 template<
typename BytesT = Aws::Utils::ByteBuffer>
64 template<
typename S3LocationT = S3Location>
65 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
66 template<
typename S3LocationT = S3Location>
72 bool m_bytesHasBeenSet =
false;
74 S3Location m_s3Location;
75 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)
Aws::Utils::Json::JsonValue JsonValue