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

GetJob() public method

Gets information about a job.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetJob ( Amazon.DeviceFarm.Model.GetJobRequest request ) : Amazon.DeviceFarm.Model.GetJobResponse
request Amazon.DeviceFarm.Model.GetJobRequest Container for the necessary parameters to execute the GetJob service method.
return Amazon.DeviceFarm.Model.GetJobResponse
        public GetJobResponse GetJob(GetJobRequest request)
        {
            var marshaller = new GetJobRequestMarshaller();
            var unmarshaller = GetJobResponseUnmarshaller.Instance;

            return Invoke<GetJobRequest,GetJobResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonDeviceFarmClient::GetJob ( string arn ) : Amazon.DeviceFarm.Model.GetJobResponse
AmazonDeviceFarmClient