예제 #1
0
        public static GetDistributionResultUnmarshaller GetInstance() 
        {
            if (instance == null) 
               instance = new GetDistributionResultUnmarshaller();

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

            response.GetDistributionResult = GetDistributionResultUnmarshaller.GetInstance().Unmarshall(context);


            return(response);
        }