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

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

            response.CreateInvalidationResult = CreateInvalidationResultUnmarshaller.GetInstance().Unmarshall(context);


            return(response);
        }