7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/devicefarm/model/DevicePool.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
47 template<
typename DevicePoolT = DevicePool>
48 void SetDevicePool(DevicePoolT&& value) { m_devicePoolHasBeenSet =
true; m_devicePool = std::forward<DevicePoolT>(value); }
49 template<
typename DevicePoolT = DevicePool>
56 template<
typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
58 template<
typename RequestIdT = Aws::String>
64 bool m_devicePoolHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
const DevicePool & GetDevicePool() const
AWS_DEVICEFARM_API UpdateDevicePoolResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetDevicePool(DevicePoolT &&value)
const Aws::String & GetRequestId() const
UpdateDevicePoolResult & WithRequestId(RequestIdT &&value)
UpdateDevicePoolResult & WithDevicePool(DevicePoolT &&value)
AWS_DEVICEFARM_API UpdateDevicePoolResult()=default
AWS_DEVICEFARM_API UpdateDevicePoolResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue