AWS SDK for C++  0.12.9
AWS SDK for C++
Public Member Functions | List of all members
Aws::S3::Model::GetObjectAclRequest Class Reference

#include <GetObjectAclRequest.h>

Inheritance diagram for Aws::S3::Model::GetObjectAclRequest:
Aws::S3::S3Request Aws::AmazonSerializableWebServiceRequest Aws::AmazonWebServiceRequest

Public Member Functions

 GetObjectAclRequest ()
 
Aws::String SerializePayload () const override
 
void AddQueryStringParameters (Aws::Http::URI &uri) const override
 
Aws::Http::HeaderValueCollection GetRequestSpecificHeaders () const override
 
const Aws::StringGetBucket () const
 
void SetBucket (const Aws::String &value)
 
void SetBucket (Aws::String &&value)
 
void SetBucket (const char *value)
 
GetObjectAclRequestWithBucket (const Aws::String &value)
 
GetObjectAclRequestWithBucket (Aws::String &&value)
 
GetObjectAclRequestWithBucket (const char *value)
 
const Aws::StringGetKey () const
 
void SetKey (const Aws::String &value)
 
void SetKey (Aws::String &&value)
 
void SetKey (const char *value)
 
GetObjectAclRequestWithKey (const Aws::String &value)
 
GetObjectAclRequestWithKey (Aws::String &&value)
 
GetObjectAclRequestWithKey (const char *value)
 
const Aws::StringGetVersionId () const
 
void SetVersionId (const Aws::String &value)
 
void SetVersionId (Aws::String &&value)
 
void SetVersionId (const char *value)
 
GetObjectAclRequestWithVersionId (const Aws::String &value)
 
GetObjectAclRequestWithVersionId (Aws::String &&value)
 
GetObjectAclRequestWithVersionId (const char *value)
 
const RequestPayerGetRequestPayer () const
 
void SetRequestPayer (const RequestPayer &value)
 
void SetRequestPayer (RequestPayer &&value)
 
GetObjectAclRequestWithRequestPayer (const RequestPayer &value)
 
GetObjectAclRequestWithRequestPayer (RequestPayer &&value)
 
- Public Member Functions inherited from Aws::S3::S3Request
virtual ~S3Request ()
 
void AddParametersToRequest (Aws::Http::HttpRequest &httpRequest) const
 
Aws::Http::HeaderValueCollection GetHeaders () const override
 
- Public Member Functions inherited from Aws::AmazonSerializableWebServiceRequest
 AmazonSerializableWebServiceRequest ()
 
virtual ~AmazonSerializableWebServiceRequest ()
 
std::shared_ptr< Aws::IOStreamGetBody () const override
 
- Public Member Functions inherited from Aws::AmazonWebServiceRequest
 AmazonWebServiceRequest ()
 
virtual ~AmazonWebServiceRequest ()=default
 
const Aws::IOStreamFactoryGetResponseStreamFactory () const
 
void SetResponseStreamFactory (const Aws::IOStreamFactory &factory)
 
virtual void SetDataReceivedEventHandler (const Aws::Http::DataReceivedEventHandler &dataReceivedEventHandler)
 
virtual void SetDataSentEventHandler (const Aws::Http::DataSentEventHandler &dataSentEventHandler)
 
virtual void SetDataReceivedEventHandler (Aws::Http::DataReceivedEventHandler &&dataReceivedEventHandler)
 
virtual void SetDataSentEventHandler (Aws::Http::DataSentEventHandler &&dataSentEventHandler)
 
virtual const Aws::Http::DataReceivedEventHandlerGetDataReceivedEventHandler () const
 
virtual const Aws::Http::DataSentEventHandlerGetDataSentEventHandler () const
 
virtual bool ShouldComputeContentMd5 () const
 

Additional Inherited Members

Detailed Description

Definition at line 34 of file GetObjectAclRequest.h.

Constructor & Destructor Documentation

Aws::S3::Model::GetObjectAclRequest::GetObjectAclRequest ( )

Member Function Documentation

void Aws::S3::Model::GetObjectAclRequest::AddQueryStringParameters ( Aws::Http::URI uri) const
overridevirtual

Do nothing virtual, override this to add query strings to the request

Reimplemented from Aws::AmazonWebServiceRequest.

const Aws::String& Aws::S3::Model::GetObjectAclRequest::GetBucket ( ) const
inline

Definition at line 45 of file GetObjectAclRequest.h.

const Aws::String& Aws::S3::Model::GetObjectAclRequest::GetKey ( ) const
inline

Definition at line 66 of file GetObjectAclRequest.h.

const RequestPayer& Aws::S3::Model::GetObjectAclRequest::GetRequestPayer ( ) const
inline

Definition at line 122 of file GetObjectAclRequest.h.

Aws::Http::HeaderValueCollection Aws::S3::Model::GetObjectAclRequest::GetRequestSpecificHeaders ( ) const
overridevirtual

Reimplemented from Aws::S3::S3Request.

const Aws::String& Aws::S3::Model::GetObjectAclRequest::GetVersionId ( ) const
inline

VersionId used to reference a specific version of the object.

Definition at line 89 of file GetObjectAclRequest.h.

Aws::String Aws::S3::Model::GetObjectAclRequest::SerializePayload ( ) const
overridevirtual

Convert payload into String.

Implements Aws::S3::S3Request.

void Aws::S3::Model::GetObjectAclRequest::SetBucket ( const Aws::String value)
inline

Definition at line 48 of file GetObjectAclRequest.h.

void Aws::S3::Model::GetObjectAclRequest::SetBucket ( Aws::String &&  value)
inline

Definition at line 51 of file GetObjectAclRequest.h.

void Aws::S3::Model::GetObjectAclRequest::SetBucket ( const char *  value)
inline

Definition at line 54 of file GetObjectAclRequest.h.

void Aws::S3::Model::GetObjectAclRequest::SetKey ( const Aws::String value)
inline

Definition at line 69 of file GetObjectAclRequest.h.

void Aws::S3::Model::GetObjectAclRequest::SetKey ( Aws::String &&  value)
inline

Definition at line 72 of file GetObjectAclRequest.h.

void Aws::S3::Model::GetObjectAclRequest::SetKey ( const char *  value)
inline

Definition at line 75 of file GetObjectAclRequest.h.

void Aws::S3::Model::GetObjectAclRequest::SetRequestPayer ( const RequestPayer value)
inline

Definition at line 125 of file GetObjectAclRequest.h.

void Aws::S3::Model::GetObjectAclRequest::SetRequestPayer ( RequestPayer &&  value)
inline

Definition at line 128 of file GetObjectAclRequest.h.

void Aws::S3::Model::GetObjectAclRequest::SetVersionId ( const Aws::String value)
inline

VersionId used to reference a specific version of the object.

Definition at line 94 of file GetObjectAclRequest.h.

void Aws::S3::Model::GetObjectAclRequest::SetVersionId ( Aws::String &&  value)
inline

VersionId used to reference a specific version of the object.

Definition at line 99 of file GetObjectAclRequest.h.

void Aws::S3::Model::GetObjectAclRequest::SetVersionId ( const char *  value)
inline

VersionId used to reference a specific version of the object.

Definition at line 104 of file GetObjectAclRequest.h.

GetObjectAclRequest& Aws::S3::Model::GetObjectAclRequest::WithBucket ( const Aws::String value)
inline

Definition at line 57 of file GetObjectAclRequest.h.

GetObjectAclRequest& Aws::S3::Model::GetObjectAclRequest::WithBucket ( Aws::String &&  value)
inline

Definition at line 60 of file GetObjectAclRequest.h.

GetObjectAclRequest& Aws::S3::Model::GetObjectAclRequest::WithBucket ( const char *  value)
inline

Definition at line 63 of file GetObjectAclRequest.h.

GetObjectAclRequest& Aws::S3::Model::GetObjectAclRequest::WithKey ( const Aws::String value)
inline

Definition at line 78 of file GetObjectAclRequest.h.

GetObjectAclRequest& Aws::S3::Model::GetObjectAclRequest::WithKey ( Aws::String &&  value)
inline

Definition at line 81 of file GetObjectAclRequest.h.

GetObjectAclRequest& Aws::S3::Model::GetObjectAclRequest::WithKey ( const char *  value)
inline

Definition at line 84 of file GetObjectAclRequest.h.

GetObjectAclRequest& Aws::S3::Model::GetObjectAclRequest::WithRequestPayer ( const RequestPayer value)
inline

Definition at line 131 of file GetObjectAclRequest.h.

GetObjectAclRequest& Aws::S3::Model::GetObjectAclRequest::WithRequestPayer ( RequestPayer &&  value)
inline

Definition at line 134 of file GetObjectAclRequest.h.

GetObjectAclRequest& Aws::S3::Model::GetObjectAclRequest::WithVersionId ( const Aws::String value)
inline

VersionId used to reference a specific version of the object.

Definition at line 109 of file GetObjectAclRequest.h.

GetObjectAclRequest& Aws::S3::Model::GetObjectAclRequest::WithVersionId ( Aws::String &&  value)
inline

VersionId used to reference a specific version of the object.

Definition at line 114 of file GetObjectAclRequest.h.

GetObjectAclRequest& Aws::S3::Model::GetObjectAclRequest::WithVersionId ( const char *  value)
inline

VersionId used to reference a specific version of the object.

Definition at line 119 of file GetObjectAclRequest.h.


The documentation for this class was generated from the following file: