7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockAgentRuntime
63 inline void SetMediaType(
const char* value) { m_mediaTypeHasBeenSet =
true; m_mediaType.assign(value); }
71 bool m_dataHasBeenSet =
false;
74 bool m_mediaTypeHasBeenSet =
false;
ByteContentFile & WithMediaType(const char *value)
ByteContentFile & WithData(const Aws::Utils::CryptoBuffer &value)
void SetData(Aws::Utils::CryptoBuffer &&value)
void SetMediaType(const char *value)
void SetMediaType(const Aws::String &value)
ByteContentFile & WithData(Aws::Utils::CryptoBuffer &&value)
ByteContentFile & WithMediaType(Aws::String &&value)
bool MediaTypeHasBeenSet() const
void SetData(const Aws::Utils::CryptoBuffer &value)
const Aws::Utils::CryptoBuffer & GetData() const
ByteContentFile & WithMediaType(const Aws::String &value)
AWS_BEDROCKAGENTRUNTIME_API ByteContentFile(Aws::Utils::Json::JsonView jsonValue)
void SetMediaType(Aws::String &&value)
AWS_BEDROCKAGENTRUNTIME_API ByteContentFile()
bool DataHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API ByteContentFile & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMediaType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue