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

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

            response.GetStreamingDistributionResult = GetStreamingDistributionResultUnmarshaller.GetInstance().Unmarshall(context);


            return(response);
        }