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