7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/bedrock-agent-runtime/model/S3Location.h>
22namespace BedrockAgentRuntime
48 template<
typename BytesT = Aws::Utils::ByteBuffer>
49 void SetBytes(BytesT&& value) { m_bytesHasBeenSet =
true; m_bytes = std::forward<BytesT>(value); }
50 template<
typename BytesT = Aws::Utils::ByteBuffer>
60 template<
typename S3LocationT = S3Location>
61 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
62 template<
typename S3LocationT = S3Location>
68 bool m_bytesHasBeenSet =
false;
70 S3Location m_s3Location;
71 bool m_s3LocationHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API ImageSource(Aws::Utils::Json::JsonView jsonValue)
bool S3LocationHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
ImageSource & WithS3Location(S3LocationT &&value)
ImageSource & WithBytes(BytesT &&value)
const Aws::Utils::ByteBuffer & GetBytes() const
AWS_BEDROCKAGENTRUNTIME_API ImageSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BytesHasBeenSet() const
void SetS3Location(S3LocationT &&value)
void SetBytes(BytesT &&value)
AWS_BEDROCKAGENTRUNTIME_API ImageSource()=default
const S3Location & GetS3Location() const
Aws::Utils::Json::JsonValue JsonValue