This is the response object from the GetImportJob operation.
Наследование: Amazon.Runtime.AmazonWebServiceResponse
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            GetImportJobResponse response = new GetImportJobResponse();

            var unmarshaller = ImportJobResponseUnmarshaller.Instance;
            response.ImportJobResponse = unmarshaller.Unmarshall(context);

            return response;
        }