public static NetworkAclUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new NetworkAclUnmarshaller();
            }

            return(instance);
        }
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            DescribeNetworkAclsResponse response = new DescribeNetworkAclsResponse();

            int targetDepth = 2;

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("networkAclSet/item", targetDepth))
                    {
                        response.NetworkAcls.Add(NetworkAclUnmarshaller.GetInstance().Unmarshall(context));

                        continue;
                    }
                }
            }


            return(response);
        }