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

#include <DeleteObjectRequest.h>

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

Public Member Functions

 DeleteObjectRequest ()
 
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)
 
DeleteObjectRequestWithBucket (const Aws::String &value)
 
DeleteObjectRequestWithBucket (Aws::String &&value)
 
DeleteObjectRequestWithBucket (const char *value)
 
const Aws::StringGetKey () const
 
void SetKey (const Aws::String &value)
 
void SetKey (Aws::String &&value)
 
void SetKey (const char *value)
 
DeleteObjectRequestWithKey (const Aws::String &value)
 
DeleteObjectRequestWithKey (Aws::String &&value)
 
DeleteObjectRequestWithKey (const char *value)
 
const Aws::StringGetMFA () const
 
void SetMFA (const Aws::String &value)
 
void SetMFA (Aws::String &&value)
 
void SetMFA (const char *value)
 
DeleteObjectRequestWithMFA (const Aws::String &value)
 
DeleteObjectRequestWithMFA (Aws::String &&value)
 
DeleteObjectRequestWithMFA (const char *value)
 
const Aws::StringGetVersionId () const
 
void SetVersionId (const Aws::String &value)
 
void SetVersionId (Aws::String &&value)
 
void SetVersionId (const char *value)
 
DeleteObjectRequestWithVersionId (const Aws::String &value)
 
DeleteObjectRequestWithVersionId (Aws::String &&value)
 
DeleteObjectRequestWithVersionId (const char *value)
 
const RequestPayerGetRequestPayer () const
 
void SetRequestPayer (const RequestPayer &value)
 
void SetRequestPayer (RequestPayer &&value)
 
DeleteObjectRequestWithRequestPayer (const RequestPayer &value)
 
DeleteObjectRequestWithRequestPayer (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 DeleteObjectRequest.h.

Constructor & Destructor Documentation

Aws::S3::Model::DeleteObjectRequest::DeleteObjectRequest ( )

Member Function Documentation

void Aws::S3::Model::DeleteObjectRequest::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::DeleteObjectRequest::GetBucket ( ) const
inline

Definition at line 45 of file DeleteObjectRequest.h.

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

Definition at line 66 of file DeleteObjectRequest.h.

const Aws::String& Aws::S3::Model::DeleteObjectRequest::GetMFA ( ) const
inline

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Definition at line 90 of file DeleteObjectRequest.h.

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

Definition at line 164 of file DeleteObjectRequest.h.

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

Reimplemented from Aws::S3::S3Request.

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

VersionId used to reference a specific version of the object.

Definition at line 131 of file DeleteObjectRequest.h.

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

Convert payload into String.

Implements Aws::S3::S3Request.

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

Definition at line 48 of file DeleteObjectRequest.h.

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

Definition at line 51 of file DeleteObjectRequest.h.

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

Definition at line 54 of file DeleteObjectRequest.h.

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

Definition at line 69 of file DeleteObjectRequest.h.

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

Definition at line 72 of file DeleteObjectRequest.h.

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

Definition at line 75 of file DeleteObjectRequest.h.

void Aws::S3::Model::DeleteObjectRequest::SetMFA ( const Aws::String value)
inline

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Definition at line 96 of file DeleteObjectRequest.h.

void Aws::S3::Model::DeleteObjectRequest::SetMFA ( Aws::String &&  value)
inline

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Definition at line 102 of file DeleteObjectRequest.h.

void Aws::S3::Model::DeleteObjectRequest::SetMFA ( const char *  value)
inline

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Definition at line 108 of file DeleteObjectRequest.h.

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

Definition at line 167 of file DeleteObjectRequest.h.

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

Definition at line 170 of file DeleteObjectRequest.h.

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

VersionId used to reference a specific version of the object.

Definition at line 136 of file DeleteObjectRequest.h.

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

VersionId used to reference a specific version of the object.

Definition at line 141 of file DeleteObjectRequest.h.

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

VersionId used to reference a specific version of the object.

Definition at line 146 of file DeleteObjectRequest.h.

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

Definition at line 57 of file DeleteObjectRequest.h.

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

Definition at line 60 of file DeleteObjectRequest.h.

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

Definition at line 63 of file DeleteObjectRequest.h.

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

Definition at line 78 of file DeleteObjectRequest.h.

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

Definition at line 81 of file DeleteObjectRequest.h.

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

Definition at line 84 of file DeleteObjectRequest.h.

DeleteObjectRequest& Aws::S3::Model::DeleteObjectRequest::WithMFA ( const Aws::String value)
inline

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Definition at line 114 of file DeleteObjectRequest.h.

DeleteObjectRequest& Aws::S3::Model::DeleteObjectRequest::WithMFA ( Aws::String &&  value)
inline

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Definition at line 120 of file DeleteObjectRequest.h.

DeleteObjectRequest& Aws::S3::Model::DeleteObjectRequest::WithMFA ( const char *  value)
inline

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Definition at line 126 of file DeleteObjectRequest.h.

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

Definition at line 173 of file DeleteObjectRequest.h.

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

Definition at line 176 of file DeleteObjectRequest.h.

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

VersionId used to reference a specific version of the object.

Definition at line 151 of file DeleteObjectRequest.h.

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

VersionId used to reference a specific version of the object.

Definition at line 156 of file DeleteObjectRequest.h.

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

VersionId used to reference a specific version of the object.

Definition at line 161 of file DeleteObjectRequest.h.


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