Returns information about the UpdateChapCredentials response and response metadata.
Inheritance: UpdateChapCredentialsResult
       private static void UnmarshallResult(JsonUnmarshallerContext context,UpdateChapCredentialsResponse response)
       {
         
           int originalDepth = context.CurrentDepth;
           int targetDepth = originalDepth + 1;
           while (context.Read())
           {
             
             if (context.TestExpression("TargetARN", targetDepth))
             {
               context.Read();
               response.TargetARN = StringUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
             if (context.TestExpression("InitiatorName", targetDepth))
             {
               context.Read();
               response.InitiatorName = StringUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
               if (context.CurrentDepth <= originalDepth)
               {                   
                   return;
               }
           }
                       
           return;
       }                        
       public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
       {
           UpdateChapCredentialsResponse response = new UpdateChapCredentialsResponse();       
         
           context.Read();
           int targetDepth = context.CurrentDepth;
           while (context.ReadAtDepth(targetDepth))
           {
             
             if (context.TestExpression("TargetARN", targetDepth))
             {
               response.TargetARN = StringUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
             if (context.TestExpression("InitiatorName", targetDepth))
             {
               response.InitiatorName = StringUnmarshaller.GetInstance().Unmarshall(context);
               continue;
             }
 
           }
                       
           return response;
       }                        
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            UpdateChapCredentialsResponse response = new UpdateChapCredentialsResponse();

              context.Read();
              response.UpdateChapCredentialsResult = UpdateChapCredentialsResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   UpdateChapCredentialsResponse response = new UpdateChapCredentialsResponse();          
   
   context.Read();
   
   UnmarshallResult(context,response);
   return response;
 }