24#include <olp/dataservice/write/DataServiceWriteApi.h>
27namespace dataservice {
44 std::string trace_id_;
56 const std::string&
GetTraceID()
const {
return trace_id_; }
76 void SetTraceID(
const std::string& value) { this->trace_id_ = value; }
Represents a response to a successful data upload operation to a catalog layer.
Definition ResponseOkSingle.h:34
const std::string & GetTraceID() const
Gets the trace ID of the request.
Definition ResponseOkSingle.h:56
std::string & GetMutableTraceID()
Gets a mutable reference to the trace ID of the request.
Definition ResponseOkSingle.h:65
void SetTraceID(const std::string &value)
Sets the trace ID of the request.
Definition ResponseOkSingle.h:76
Rules all the other namespaces.
Definition AppleSignInProperties.h:24