private static void UnmarshallResult(XmlUnmarshallerContext context, ListInvalidationsResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("InvalidationList", targetDepth))
                    {
                        response.InvalidationList = InvalidationListUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }



            return;
        }
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            ListInvalidationsResponse response = new ListInvalidationsResponse();

            UnmarshallResult(context, response);

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

            response.ListInvalidationsResult = ListInvalidationsResultUnmarshaller.GetInstance().Unmarshall(context);


            return(response);
        }