9 #ifndef _0523d1f2_656d_47a9_b5e9_867dad172f31
10 #define _0523d1f2_656d_47a9_b5e9_867dad172f31
34 STOWRSResponse(HTTPResponse
const & response);
36 STOWRSResponse(STOWRSResponse
const &) =
default;
37 STOWRSResponse(STOWRSResponse &&) =
default;
38 STOWRSResponse & operator=(STOWRSResponse
const &) =
default;
49 void set_store_instance_responses(std::shared_ptr<DataSet> responses);
52 std::shared_ptr<DataSet const> get_store_instance_responses()
const;
55 std::string
const & get_media_type()
const;
64 void set_warning(
bool warn);
67 bool is_status_warning()
const;
70 void set_failure_code(
unsigned int failure_code);
73 unsigned int get_failure_code()
const;
76 void set_reason(std::string reason);
79 std::string
const & get_reason()
const;
85 std::shared_ptr<DataSet> _store_instance_responses;
89 unsigned int _failure_code;
90 std::string _media_type;
98 #endif // _0523d1f2_656d_47a9_b5e9_867dad172f31