AWS SDK for C++

AWS SDK for C++ Version 1.11.643

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::DeviceFarm::Model::StopJobResult Class Reference

#include <StopJobResult.h>

Public Member Functions

AWS_DEVICEFARM_API StopJobResult ()=default
 
 
 
const JobGetJob () const
 
template<typename JobT = Job>
void SetJob (JobT &&value)
 
template<typename JobT = Job>
StopJobResultWithJob (JobT &&value)
 
const Aws::StringGetRequestId () const
 
template<typename RequestIdT = Aws::String>
void SetRequestId (RequestIdT &&value)
 
template<typename RequestIdT = Aws::String>
StopJobResultWithRequestId (RequestIdT &&value)
 

Detailed Description

Definition at line 28 of file StopJobResult.h.

Constructor & Destructor Documentation

◆ StopJobResult() [1/2]

AWS_DEVICEFARM_API Aws::DeviceFarm::Model::StopJobResult::StopJobResult ( )
default

◆ StopJobResult() [2/2]

AWS_DEVICEFARM_API Aws::DeviceFarm::Model::StopJobResult::StopJobResult ( const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &  result)

Member Function Documentation

◆ GetJob()

const Job & Aws::DeviceFarm::Model::StopJobResult::GetJob ( ) const
inline

The job that was stopped.

Definition at line 40 of file StopJobResult.h.

◆ GetRequestId()

const Aws::String & Aws::DeviceFarm::Model::StopJobResult::GetRequestId ( ) const
inline

Definition at line 49 of file StopJobResult.h.

◆ operator=()

AWS_DEVICEFARM_API StopJobResult & Aws::DeviceFarm::Model::StopJobResult::operator= ( const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &  result)

◆ SetJob()

template<typename JobT = Job>
void Aws::DeviceFarm::Model::StopJobResult::SetJob ( JobT &&  value)
inline

The job that was stopped.

Definition at line 42 of file StopJobResult.h.

◆ SetRequestId()

template<typename RequestIdT = Aws::String>
void Aws::DeviceFarm::Model::StopJobResult::SetRequestId ( RequestIdT &&  value)
inline

Definition at line 51 of file StopJobResult.h.

◆ WithJob()

template<typename JobT = Job>
StopJobResult & Aws::DeviceFarm::Model::StopJobResult::WithJob ( JobT &&  value)
inline

The job that was stopped.

Definition at line 44 of file StopJobResult.h.

◆ WithRequestId()

template<typename RequestIdT = Aws::String>
StopJobResult & Aws::DeviceFarm::Model::StopJobResult::WithRequestId ( RequestIdT &&  value)
inline

Definition at line 53 of file StopJobResult.h.


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