7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/devicefarm/model/TestGridSession.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename TestGr
idSessionT = TestGr
idSession>
42 void SetTestGridSession(TestGridSessionT&& value) { m_testGridSessionHasBeenSet =
true; m_testGridSession = std::forward<TestGridSessionT>(value); }
43 template<
typename TestGr
idSessionT = TestGr
idSession>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_testGridSessionHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_DEVICEFARM_API GetTestGridSessionResult()=default
const Aws::String & GetRequestId() const
void SetTestGridSession(TestGridSessionT &&value)
AWS_DEVICEFARM_API GetTestGridSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTestGridSessionResult & WithTestGridSession(TestGridSessionT &&value)
AWS_DEVICEFARM_API GetTestGridSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const TestGridSession & GetTestGridSession() const
GetTestGridSessionResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue