Amazon.Route53.Model.Internal.MarshallTransformations.CreateVPCAssociationAuthorizationResponseUnmarshaller.UnmarshallResult C# (CSharp) Method

UnmarshallResult() private static method

private static UnmarshallResult ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, CreateVPCAssociationAuthorizationResponse response ) : void
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
response Amazon.Route53.Model.CreateVPCAssociationAuthorizationResponse
return void
        private static void UnmarshallResult(XmlUnmarshallerContext context, CreateVPCAssociationAuthorizationResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            if (context.IsStartOfDocument) 
                   targetDepth += 1;

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("HostedZoneId", targetDepth))
                    {
                        var unmarshaller = StringUnmarshaller.Instance;
                        response.HostedZoneId = unmarshaller.Unmarshall(context);
                        continue;
                    }
                    if (context.TestExpression("VPC", targetDepth))
                    {
                        var unmarshaller = VPCUnmarshaller.Instance;
                        response.VPC = unmarshaller.Unmarshall(context);
                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }
          
            return;
        }
  
CreateVPCAssociationAuthorizationResponseUnmarshaller