25 #include <olp/dataservice/write/DataServiceWriteApi.h>
28 namespace dataservice {
45 std::string parent_id_;
46 std::vector<std::string> generated_ids_;
77 void SetParentID(
const std::string& value) { this->parent_id_ = value; }
88 return generated_ids_;
108 this->generated_ids_ = value;
Contians a response to a successful ingestSDII call.
Definition: ResponseOk.h:113
TraceID & GetMutableTraceID()
Gets a mutable reference to the trace ID of the request.
Definition: ResponseOk.h:144
const TraceID & GetTraceID() const
Gets the trace ID of the request.
Definition: ResponseOk.h:135
void SetTraceID(const TraceID &value)
Sets the trace ID of the request.
Definition: ResponseOk.h:155
Contains IDs that can be used to track your request and identify messages in a catalog.
Definition: ResponseOk.h:35
const std::vector< std::string > & GetGeneratedIDs() const
Gets the generated list of unique message IDs.
Definition: ResponseOk.h:87
std::vector< std::string > & GetMutableGeneratedIDs()
Gets a mutable reference to the generated list of unique message IDs.
Definition: ResponseOk.h:100
const std::string & GetParentID() const
Gets the unique ID of the list of messages.
Definition: ResponseOk.h:57
std::string & GetMutableParentID()
Gets a mutable reference to the unique ID of the list of messages.
Definition: ResponseOk.h:67
void SetParentID(const std::string &value)
Sets the unique ID for the list of messages.
Definition: ResponseOk.h:77
void SetGeneratedIDs(const std::vector< std::string > &value)
Sets the generated list of unique message IDs.
Definition: ResponseOk.h:107
Rules all the other namespaces.
Definition: AppleSignInProperties.h:24