AWS SDK for C++  0.14.3
AWS SDK for C++
Public Member Functions | Protected Member Functions | List of all members
Aws::DeviceFarm::DeviceFarmRequest Class Referenceabstract

#include <DeviceFarmRequest.h>

+ Inheritance diagram for Aws::DeviceFarm::DeviceFarmRequest:

Public Member Functions

virtual ~DeviceFarmRequest ()
 
virtual Aws::String SerializePayload () const override=0
 
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
 
virtual void AddQueryStringParameters (Aws::Http::URI &uri) const
 
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
 

Protected Member Functions

virtual Aws::Http::HeaderValueCollection GetRequestSpecificHeaders () const
 

Detailed Description

Definition at line 25 of file DeviceFarmRequest.h.

Constructor & Destructor Documentation

virtual Aws::DeviceFarm::DeviceFarmRequest::~DeviceFarmRequest ( )
inlinevirtual

Definition at line 28 of file DeviceFarmRequest.h.

Member Function Documentation

void Aws::DeviceFarm::DeviceFarmRequest::AddParametersToRequest ( Aws::Http::HttpRequest httpRequest) const
inline

Definition at line 31 of file DeviceFarmRequest.h.

Aws::Http::HeaderValueCollection Aws::DeviceFarm::DeviceFarmRequest::GetHeaders ( ) const
inlineoverridevirtual

Get the headers for the request

Implements Aws::AmazonWebServiceRequest.

Definition at line 33 of file DeviceFarmRequest.h.

virtual Aws::Http::HeaderValueCollection Aws::DeviceFarm::DeviceFarmRequest::GetRequestSpecificHeaders ( ) const
inlineprotectedvirtual

Reimplemented in Aws::DeviceFarm::Model::CreateDevicePoolRequest, Aws::DeviceFarm::Model::ScheduleRunRequest, Aws::DeviceFarm::Model::UpdateDevicePoolRequest, Aws::DeviceFarm::Model::CreateRemoteAccessSessionRequest, Aws::DeviceFarm::Model::CreateUploadRequest, Aws::DeviceFarm::Model::GetDevicePoolCompatibilityRequest, Aws::DeviceFarm::Model::GetOfferingStatusRequest, Aws::DeviceFarm::Model::GetRemoteAccessSessionRequest, Aws::DeviceFarm::Model::InstallToRemoteAccessSessionRequest, Aws::DeviceFarm::Model::ListArtifactsRequest, Aws::DeviceFarm::Model::ListDevicePoolsRequest, Aws::DeviceFarm::Model::ListRemoteAccessSessionsRequest, Aws::DeviceFarm::Model::CreateProjectRequest, Aws::DeviceFarm::Model::DeleteDevicePoolRequest, Aws::DeviceFarm::Model::DeleteProjectRequest, Aws::DeviceFarm::Model::DeleteRemoteAccessSessionRequest, Aws::DeviceFarm::Model::DeleteRunRequest, Aws::DeviceFarm::Model::DeleteUploadRequest, Aws::DeviceFarm::Model::GetDevicePoolRequest, Aws::DeviceFarm::Model::GetDeviceRequest, Aws::DeviceFarm::Model::GetJobRequest, Aws::DeviceFarm::Model::GetProjectRequest, Aws::DeviceFarm::Model::GetRunRequest, Aws::DeviceFarm::Model::GetSuiteRequest, Aws::DeviceFarm::Model::GetTestRequest, Aws::DeviceFarm::Model::GetUploadRequest, Aws::DeviceFarm::Model::ListDevicesRequest, Aws::DeviceFarm::Model::ListJobsRequest, Aws::DeviceFarm::Model::ListOfferingsRequest, Aws::DeviceFarm::Model::ListOfferingTransactionsRequest, Aws::DeviceFarm::Model::ListProjectsRequest, Aws::DeviceFarm::Model::ListRunsRequest, Aws::DeviceFarm::Model::ListSamplesRequest, Aws::DeviceFarm::Model::ListSuitesRequest, Aws::DeviceFarm::Model::ListTestsRequest, Aws::DeviceFarm::Model::ListUniqueProblemsRequest, Aws::DeviceFarm::Model::ListUploadsRequest, Aws::DeviceFarm::Model::PurchaseOfferingRequest, Aws::DeviceFarm::Model::RenewOfferingRequest, Aws::DeviceFarm::Model::StopRemoteAccessSessionRequest, Aws::DeviceFarm::Model::StopRunRequest, Aws::DeviceFarm::Model::UpdateProjectRequest, and Aws::DeviceFarm::Model::GetAccountSettingsRequest.

Definition at line 41 of file DeviceFarmRequest.h.

virtual Aws::String Aws::DeviceFarm::DeviceFarmRequest::SerializePayload ( ) const
overridepure virtual

Convert payload into String.

Implements Aws::AmazonSerializableWebServiceRequest.

Implemented in Aws::DeviceFarm::Model::CreateDevicePoolRequest, Aws::DeviceFarm::Model::ScheduleRunRequest, Aws::DeviceFarm::Model::UpdateDevicePoolRequest, Aws::DeviceFarm::Model::CreateRemoteAccessSessionRequest, Aws::DeviceFarm::Model::CreateUploadRequest, Aws::DeviceFarm::Model::GetDevicePoolCompatibilityRequest, Aws::DeviceFarm::Model::GetOfferingStatusRequest, Aws::DeviceFarm::Model::GetRemoteAccessSessionRequest, Aws::DeviceFarm::Model::InstallToRemoteAccessSessionRequest, Aws::DeviceFarm::Model::ListArtifactsRequest, Aws::DeviceFarm::Model::ListDevicePoolsRequest, Aws::DeviceFarm::Model::ListRemoteAccessSessionsRequest, Aws::DeviceFarm::Model::CreateProjectRequest, Aws::DeviceFarm::Model::DeleteDevicePoolRequest, Aws::DeviceFarm::Model::DeleteProjectRequest, Aws::DeviceFarm::Model::DeleteRemoteAccessSessionRequest, Aws::DeviceFarm::Model::DeleteRunRequest, Aws::DeviceFarm::Model::DeleteUploadRequest, Aws::DeviceFarm::Model::GetDevicePoolRequest, Aws::DeviceFarm::Model::GetDeviceRequest, Aws::DeviceFarm::Model::GetJobRequest, Aws::DeviceFarm::Model::GetProjectRequest, Aws::DeviceFarm::Model::GetRunRequest, Aws::DeviceFarm::Model::GetSuiteRequest, Aws::DeviceFarm::Model::GetTestRequest, Aws::DeviceFarm::Model::GetUploadRequest, Aws::DeviceFarm::Model::ListDevicesRequest, Aws::DeviceFarm::Model::ListJobsRequest, Aws::DeviceFarm::Model::ListOfferingsRequest, Aws::DeviceFarm::Model::ListOfferingTransactionsRequest, Aws::DeviceFarm::Model::ListProjectsRequest, Aws::DeviceFarm::Model::ListRunsRequest, Aws::DeviceFarm::Model::ListSamplesRequest, Aws::DeviceFarm::Model::ListSuitesRequest, Aws::DeviceFarm::Model::ListTestsRequest, Aws::DeviceFarm::Model::ListUniqueProblemsRequest, Aws::DeviceFarm::Model::ListUploadsRequest, Aws::DeviceFarm::Model::PurchaseOfferingRequest, Aws::DeviceFarm::Model::RenewOfferingRequest, Aws::DeviceFarm::Model::StopRemoteAccessSessionRequest, Aws::DeviceFarm::Model::StopRunRequest, Aws::DeviceFarm::Model::UpdateProjectRequest, and Aws::DeviceFarm::Model::GetAccountSettingsRequest.


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