Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ApplyEnvironmentManagedActionResponseUnmarshaller.UnmarshallResult C# (CSharp) Method

UnmarshallResult() private static method

private static UnmarshallResult ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, ApplyEnvironmentManagedActionResponse response ) : void
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
response Amazon.ElasticBeanstalk.Model.ApplyEnvironmentManagedActionResponse
return void
        private static void UnmarshallResult(XmlUnmarshallerContext context, ApplyEnvironmentManagedActionResponse response)
        {
            
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            
            if (context.IsStartOfDocument) 
               targetDepth += 2;
            
            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {

                    if (context.TestExpression("ActionDescription", targetDepth))
                    {
                        var unmarshaller = StringUnmarshaller.Instance;
                        response.ActionDescription = unmarshaller.Unmarshall(context);
                        continue;
                    }
                    if (context.TestExpression("ActionId", targetDepth))
                    {
                        var unmarshaller = StringUnmarshaller.Instance;
                        response.ActionId = unmarshaller.Unmarshall(context);
                        continue;
                    }
                    if (context.TestExpression("ActionType", targetDepth))
                    {
                        var unmarshaller = StringUnmarshaller.Instance;
                        response.ActionType = unmarshaller.Unmarshall(context);
                        continue;
                    }
                    if (context.TestExpression("Status", targetDepth))
                    {
                        var unmarshaller = StringUnmarshaller.Instance;
                        response.Status = unmarshaller.Unmarshall(context);
                        continue;
                    }
                } 
           }

            return;
        }
ApplyEnvironmentManagedActionResponseUnmarshaller