7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Array.h>
22namespace BedrockAgentRuntime
50 inline void SetContentType(
const char* value) { m_contentTypeHasBeenSet =
true; m_contentType.assign(value); }
76 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
84 bool m_contentTypeHasBeenSet =
false;
87 bool m_dataHasBeenSet =
false;
90 bool m_identifierHasBeenSet =
false;
ByteContentDoc & WithContentType(const char *value)
void SetContentType(Aws::String &&value)
ByteContentDoc & WithContentType(const Aws::String &value)
void SetContentType(const char *value)
bool IdentifierHasBeenSet() const
void SetContentType(const Aws::String &value)
ByteContentDoc & WithData(const Aws::Utils::CryptoBuffer &value)
void SetData(Aws::Utils::CryptoBuffer &&value)
ByteContentDoc & WithIdentifier(Aws::String &&value)
const Aws::String & GetIdentifier() const
AWS_BEDROCKAGENTRUNTIME_API ByteContentDoc(Aws::Utils::Json::JsonView jsonValue)
ByteContentDoc & WithContentType(Aws::String &&value)
AWS_BEDROCKAGENTRUNTIME_API ByteContentDoc & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API ByteContentDoc()
void SetIdentifier(const char *value)
const Aws::Utils::CryptoBuffer & GetData() const
ByteContentDoc & WithData(Aws::Utils::CryptoBuffer &&value)
void SetIdentifier(const Aws::String &value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool DataHasBeenSet() const
ByteContentDoc & WithIdentifier(const Aws::String &value)
ByteContentDoc & WithIdentifier(const char *value)
void SetData(const Aws::Utils::CryptoBuffer &value)
void SetIdentifier(Aws::String &&value)
bool ContentTypeHasBeenSet() const
const Aws::String & GetContentType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue