Amazon.AWSSupport.Model.Internal.MarshallTransformations.RefreshTrustedAdvisorCheckResponseUnmarshaller.UnmarshallResult C# (CSharp) Méthode

UnmarshallResult() private static méthode

private static UnmarshallResult ( JsonUnmarshallerContext context, RefreshTrustedAdvisorCheckResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.AWSSupport.Model.RefreshTrustedAdvisorCheckResponse
Résultat void
        private static void UnmarshallResult(JsonUnmarshallerContext context,RefreshTrustedAdvisorCheckResponse response)
        {
          
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            while (context.Read())
            {
              
              if (context.TestExpression("status", targetDepth))
              {
                context.Read();
                response.Status = TrustedAdvisorCheckRefreshStatusUnmarshaller.GetInstance().Unmarshall(context);
                continue;
              }
  
                if (context.CurrentDepth <= originalDepth)
                {                   
                    return;
                }
            }
                        
            return;
        }                        
        
RefreshTrustedAdvisorCheckResponseUnmarshaller