7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
9#include <aws/devicefarm/model/TestGridSession.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename TestGr
idSessionT = TestGr
idSession>
37 m_testGridSessionHasBeenSet =
true;
38 m_testGridSession = std::forward<TestGridSessionT>(value);
40 template <
typename TestGr
idSessionT = TestGr
idSession>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_testGridSessionHasBeenSet =
false;
66 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