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

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


            return(response);
        }
        public static ListInvalidationsResultUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new ListInvalidationsResultUnmarshaller();
            }

            return(instance);
        }