7#include <aws/core/utils/Array.h>
8#include <aws/s3-crt/S3Crt_EXPORTS.h>
39 m_payloadHasBeenSet =
true;
43 m_payloadHasBeenSet =
true;
44 m_payload = std::move(value);
58 bool m_payloadHasBeenSet =
false;
const Aws::Vector< unsigned char > & GetPayload() const
void SetPayload(const Aws::Vector< unsigned char > &value)
void SetPayload(Aws::Vector< unsigned char > &&value)
Aws::Vector< unsigned char > && GetPayloadWithOwnership()
RecordsEvent & WithPayload(Aws::Vector< unsigned char > &&value)
RecordsEvent & WithPayload(const Aws::Vector< unsigned char > &value)
AWS_S3CRT_API RecordsEvent(Aws::Vector< unsigned char > &&value)
AWS_S3CRT_API RecordsEvent()=default
std::vector< T, Aws::Allocator< T > > Vector