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
49 template<
typename DataT = Aws::Utils::CryptoBuffer>
50 void SetData(DataT&& value) { m_dataHasBeenSet =
true; m_data = std::forward<DataT>(value); }
51 template<
typename DataT = Aws::Utils::CryptoBuffer>
61 template<
typename MediaTypeT = Aws::String>
62 void SetMediaType(MediaTypeT&& value) { m_mediaTypeHasBeenSet =
true; m_mediaType = std::forward<MediaTypeT>(value); }
63 template<
typename MediaTypeT = Aws::String>
69 bool m_dataHasBeenSet =
false;
72 bool m_mediaTypeHasBeenSet =
false;
void SetData(DataT &&value)
AWS_BEDROCKAGENTRUNTIME_API ByteContentFile()=default
bool MediaTypeHasBeenSet() const
const Aws::Utils::CryptoBuffer & GetData() const
void SetMediaType(MediaTypeT &&value)
ByteContentFile & WithMediaType(MediaTypeT &&value)
ByteContentFile & WithData(DataT &&value)
AWS_BEDROCKAGENTRUNTIME_API ByteContentFile(Aws::Utils::Json::JsonView jsonValue)
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