26 #include <olp/dataservice/write/DataServiceWriteApi.h>
29 namespace dataservice {
47 inline const std::string&
GetLayerId()
const {
return layer_id_; }
65 layer_id_ = std::move(layer_id);
74 inline const std::string&
GetDataHandle()
const {
return data_handle_; }
85 const std::string& data_handle) {
86 data_handle_ = data_handle;
99 const std::string&& data_handle) {
100 data_handle_ = std::move(data_handle);
105 std::string layer_id_;
106 std::string data_handle_;
Checks whether data is present in a layer.
Definition: CheckDataExistsRequest.h:34
CheckDataExistsRequest & WithLayerId(const std::string &layer_id)
Sets the layer ID to which the data blob belongs.
Definition: CheckDataExistsRequest.h:54
CheckDataExistsRequest & WithLayerId(std::string &&layer_id)
Sets the layer ID to which the data blob belongs.
Definition: CheckDataExistsRequest.h:64
const std::string & GetLayerId() const
Gets the layer ID to which the data blob belongs.
Definition: CheckDataExistsRequest.h:47
CheckDataExistsRequest & WithDataHandle(const std::string &&data_handle)
Sets the data handle that is associated with the data blob.
Definition: CheckDataExistsRequest.h:98
CheckDataExistsRequest & WithDataHandle(const std::string &data_handle)
Sets the data handle that is associated with the data blob.
Definition: CheckDataExistsRequest.h:84
const std::string & GetDataHandle() const
Gets the data handle that is associated with the data blob.
Definition: CheckDataExistsRequest.h:74
Rules all the other namespaces.
Definition: AppleSignInProperties.h:24