7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/Array.h>
13namespace BedrockRuntime
43 bool m_bytesHasBeenSet =
false;
void SetBytes(const Aws::Vector< unsigned char > &value)
AWS_BEDROCKRUNTIME_API PayloadPart(Aws::Vector< unsigned char > &&value)
PayloadPart & WithBytes(const Aws::Vector< unsigned char > &value)
const Aws::Vector< unsigned char > & GetBytes() const
PayloadPart & WithBytes(Aws::Vector< unsigned char > &&value)
void SetBytes(Aws::Vector< unsigned char > &&value)
AWS_BEDROCKRUNTIME_API PayloadPart()=default
Aws::Vector< unsigned char > && GetBytesWithOwnership()
std::vector< T, Aws::Allocator< T > > Vector