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

GetProject() public method

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

            return Invoke<GetProjectRequest,GetProjectResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonDeviceFarmClient::GetProject ( string arn ) : Amazon.DeviceFarm.Model.GetProjectResponse
AmazonDeviceFarmClient