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

            response.UpdateDistributionResult = UpdateDistributionResultUnmarshaller.GetInstance().Unmarshall(context);


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

            return(instance);
        }