7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/Array.h>
43 bool m_payloadHasBeenSet =
false;
AWS_LAMBDA_API InvokeResponseStreamUpdate(Aws::Vector< unsigned char > &&value)
Aws::Vector< unsigned char > && GetPayloadWithOwnership()
void SetPayload(const Aws::Vector< unsigned char > &value)
void SetPayload(Aws::Vector< unsigned char > &&value)
const Aws::Vector< unsigned char > & GetPayload() const
InvokeResponseStreamUpdate & WithPayload(Aws::Vector< unsigned char > &&value)
InvokeResponseStreamUpdate & WithPayload(const Aws::Vector< unsigned char > &value)
AWS_LAMBDA_API InvokeResponseStreamUpdate()=default
std::vector< T, Aws::Allocator< T > > Vector