Amazon.Redshift.Model.Internal.MarshallTransformations.CreateHsmClientCertificateResponseUnmarshaller.UnmarshallResult C# (CSharp) Method

UnmarshallResult() private static method

private static UnmarshallResult ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, CreateHsmClientCertificateResponse response ) : void
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
response Amazon.Redshift.Model.CreateHsmClientCertificateResponse
return void
        private static void UnmarshallResult(XmlUnmarshallerContext context, CreateHsmClientCertificateResponse 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("HsmClientCertificate", targetDepth))
                    {
                        var unmarshaller = HsmClientCertificateUnmarshaller.Instance;
                        response.HsmClientCertificate = unmarshaller.Unmarshall(context);
                        continue;
                    }
                } 
           }

            return;
        }
CreateHsmClientCertificateResponseUnmarshaller