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

            return(instance);
        }
Ejemplo n.º 2
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            GetDistributionConfigResponse response = new GetDistributionConfigResponse();

            response.GetDistributionConfigResult = GetDistributionConfigResultUnmarshaller.GetInstance().Unmarshall(context);


            return(response);
        }