7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
10#include <aws/devicefarm/model/DevicePool.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename DevicePoolT = DevicePool>
44 m_devicePoolHasBeenSet =
true;
45 m_devicePool = std::forward<DevicePoolT>(value);
47 template <
typename DevicePoolT = DevicePool>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
75 bool m_devicePoolHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const DevicePool & GetDevicePool() const
AWS_DEVICEFARM_API CreateDevicePoolResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateDevicePoolResult & WithRequestId(RequestIdT &&value)
void SetDevicePool(DevicePoolT &&value)
CreateDevicePoolResult & WithDevicePool(DevicePoolT &&value)
AWS_DEVICEFARM_API CreateDevicePoolResult()=default
AWS_DEVICEFARM_API CreateDevicePoolResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue