Amazon.DeviceFarm.AmazonDeviceFarmClient.GetDevicePool C# (CSharp) Method

GetDevicePool() public method

Gets information about a device pool.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetDevicePool ( Amazon.DeviceFarm.Model.GetDevicePoolRequest request ) : Amazon.DeviceFarm.Model.GetDevicePoolResponse
request Amazon.DeviceFarm.Model.GetDevicePoolRequest Container for the necessary parameters to execute the GetDevicePool service method.
return Amazon.DeviceFarm.Model.GetDevicePoolResponse
        public GetDevicePoolResponse GetDevicePool(GetDevicePoolRequest request)
        {
            var marshaller = new GetDevicePoolRequestMarshaller();
            var unmarshaller = GetDevicePoolResponseUnmarshaller.Instance;

            return Invoke<GetDevicePoolRequest,GetDevicePoolResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonDeviceFarmClient::GetDevicePool ( string arn ) : Amazon.DeviceFarm.Model.GetDevicePoolResponse
AmazonDeviceFarmClient