MinIO C++ SDK
Public Member Functions | Public Attributes | List of all members
minio::s3::PutObjectResponse Struct Reference
Inheritance diagram for minio::s3::PutObjectResponse:
minio::s3::Response

Public Member Functions

 PutObjectResponse (error::Error err)
 
 PutObjectResponse (const Response &response)
 
- Public Member Functions inherited from minio::s3::Response
 Response (error::Error err)
 
 Response (const Response &response)
 
 operator bool () const
 
std::string GetError ()
 

Public Attributes

std::string etag
 
std::string version_id
 
- Public Attributes inherited from minio::s3::Response
std::string error
 
int status_code = 0
 
utils::Multimap headers
 
std::string data
 
std::string code
 
std::string message
 
std::string resource
 
std::string request_id
 
std::string host_id
 
std::string bucket_name
 
std::string object_name
 

Additional Inherited Members

- Static Public Member Functions inherited from minio::s3::Response
static Response ParseXML (std::string_view data, int status_code, utils::Multimap headers)
 

The documentation for this struct was generated from the following files: