Exemple #1
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            UpdateStreamingDistributionResponse response = new UpdateStreamingDistributionResponse();

            response.UpdateStreamingDistributionResult = UpdateStreamingDistributionResultUnmarshaller.GetInstance().Unmarshall(context);


            return(response);
        }
Exemple #2
0
        public static UpdateStreamingDistributionResultUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new UpdateStreamingDistributionResultUnmarshaller();
            }

            return(instance);
        }