7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devicefarm/model/DevicePool.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename DevicePoolsT = Aws::Vector<DevicePool>>
49 void SetDevicePools(DevicePoolsT&& value) { m_devicePoolsHasBeenSet =
true; m_devicePools = std::forward<DevicePoolsT>(value); }
50 template<
typename DevicePoolsT = Aws::Vector<DevicePool>>
52 template<
typename DevicePoolsT = DevicePool>
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_devicePoolsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
ListDevicePoolsResult & AddDevicePools(DevicePoolsT &&value)
const Aws::Vector< DevicePool > & GetDevicePools() const
AWS_DEVICEFARM_API ListDevicePoolsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DEVICEFARM_API ListDevicePoolsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDevicePoolsResult & WithDevicePools(DevicePoolsT &&value)
const Aws::String & GetRequestId() const
void SetDevicePools(DevicePoolsT &&value)
AWS_DEVICEFARM_API ListDevicePoolsResult()=default
ListDevicePoolsResult & WithRequestId(RequestIdT &&value)
ListDevicePoolsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue