7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
9#include <aws/devicefarm/model/DeviceInstance.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename DeviceInstanceT = DeviceInstance>
37 m_deviceInstanceHasBeenSet =
true;
38 m_deviceInstance = std::forward<DeviceInstanceT>(value);
40 template <
typename DeviceInstanceT = DeviceInstance>
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_deviceInstanceHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
AWS_DEVICEFARM_API GetDeviceInstanceResult()=default
void SetRequestId(RequestIdT &&value)
AWS_DEVICEFARM_API GetDeviceInstanceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const DeviceInstance & GetDeviceInstance() const
const Aws::String & GetRequestId() const
GetDeviceInstanceResult & WithRequestId(RequestIdT &&value)
AWS_DEVICEFARM_API GetDeviceInstanceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeviceInstanceResult & WithDeviceInstance(DeviceInstanceT &&value)
void SetDeviceInstance(DeviceInstanceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue