Returns information about the ResolveCaseResult response and response metadata.
Inheritance: Amazon.Runtime.AmazonWebServiceResponse
       public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
       {
           ResolveCaseResponse response = new ResolveCaseResponse();       
         
           context.Read();
           int targetDepth = context.CurrentDepth;
           while (context.ReadAtDepth(targetDepth))
           {
             
             if (context.TestExpression("initialCaseStatus", targetDepth))
             {
               response.InitialCaseStatus = StringUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
             if (context.TestExpression("finalCaseStatus", targetDepth))
             {
               response.FinalCaseStatus = StringUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
           }
                       
           return response;
       }                        
       private static void UnmarshallResult(JsonUnmarshallerContext context,ResolveCaseResponse response)
       {
         
           int originalDepth = context.CurrentDepth;
           int targetDepth = originalDepth + 1;
           while (context.Read())
           {
             
             if (context.TestExpression("initialCaseStatus", targetDepth))
             {
               context.Read();
               response.InitialCaseStatus = StringUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
             if (context.TestExpression("finalCaseStatus", targetDepth))
             {
               context.Read();
               response.FinalCaseStatus = StringUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
               if (context.CurrentDepth <= originalDepth)
               {                   
                   return;
               }
           }
                       
           return;
       }                        
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   ResolveCaseResponse response = new ResolveCaseResponse();          
   
   context.Read();
   
   UnmarshallResult(context,response);
   return response;
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ResolveCaseResponse response = new ResolveCaseResponse();

              context.Read();

              response.ResolveCaseResult = ResolveCaseResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }