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