Returns information about the ReportTaskRunnerHeartbeatResult response and response metadata.
Inheritance: Amazon.Runtime.AmazonWebServiceResponse
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   ReportTaskRunnerHeartbeatResponse response = new ReportTaskRunnerHeartbeatResponse();          
   
   context.Read();
   
   UnmarshallResult(context,response);
   return response;
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ReportTaskRunnerHeartbeatResponse response = new ReportTaskRunnerHeartbeatResponse();

              context.Read();

              response.ReportTaskRunnerHeartbeatResult = ReportTaskRunnerHeartbeatResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ReportTaskRunnerHeartbeatResponse response = new ReportTaskRunnerHeartbeatResponse();

            context.Read();
            int targetDepth = context.CurrentDepth;
            while (context.ReadAtDepth(targetDepth))
            {
                if (context.TestExpression("terminate", targetDepth))
                {
                    var unmarshaller = BoolUnmarshaller.Instance;
                    response.Terminate = unmarshaller.Unmarshall(context);
                    continue;
                }
            }

            return response;
        }
       private static void UnmarshallResult(JsonUnmarshallerContext context,ReportTaskRunnerHeartbeatResponse response)
       {
         
           int originalDepth = context.CurrentDepth;
           int targetDepth = originalDepth + 1;
           while (context.Read())
           {
             
             if (context.TestExpression("terminate", targetDepth))
             {
               context.Read();
               response.Terminate = BoolUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
               if (context.CurrentDepth <= originalDepth)
               {                   
                   return;
               }
           }
                       
           return;
       }