7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
9#include <aws/devicefarm/model/Run.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
40 template <
typename RunT = Run>
42 m_runHasBeenSet =
true;
43 m_run = std::forward<RunT>(value);
45 template <
typename RunT = Run>
47 SetRun(std::forward<RunT>(value));
55 template <
typename RequestIdT = Aws::String>
57 m_requestIdHasBeenSet =
true;
58 m_requestId = std::forward<RequestIdT>(value);
60 template <
typename RequestIdT = Aws::String>
70 bool m_runHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_DEVICEFARM_API GetRunResult()=default
GetRunResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_DEVICEFARM_API GetRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRun(RunT &&value)
GetRunResult & WithRun(RunT &&value)
AWS_DEVICEFARM_API GetRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Run & GetRun() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue