Returns information about the CreateStreamingDistribution response and response metadata.
        private static void UnmarshallResult(XmlUnmarshallerContext context,CreateStreamingDistributionResponse response)
        {
            
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            
            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("StreamingDistribution", targetDepth))
                    {
                        response.StreamingDistribution = StreamingDistributionUnmarshaller.GetInstance().Unmarshall(context);
                            
                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }
                

            IWebResponseData responseData = context.ResponseData;
            if (responseData.IsHeaderPresent("Location"))
                response.Location = responseData.GetHeaderValue("Location");
            if (responseData.IsHeaderPresent("ETag"))
                response.ETag = responseData.GetHeaderValue("ETag");            


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

            response.CreateStreamingDistributionResult = CreateStreamingDistributionResultUnmarshaller.GetInstance().Unmarshall(context);

            return response;
        }
 public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) 
 {   
     CreateStreamingDistributionResponse response = new CreateStreamingDistributionResponse();
     
     UnmarshallResult(context,response);
      
                 
     return response;
 }
 public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
 {
     CreateStreamingDistributionResponse response = new CreateStreamingDistributionResponse();
     UnmarshallResult(context,response);
     if (context.ResponseData.IsHeaderPresent("ETag"))
         response.ETag = context.ResponseData.GetHeaderValue("ETag");
     if (context.ResponseData.IsHeaderPresent("Location"))
         response.Location = context.ResponseData.GetHeaderValue("Location");
     
     return response;
 }        
        private static void UnmarshallResult(XmlUnmarshallerContext context, CreateStreamingDistributionResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("StreamingDistribution", targetDepth))
                    {
                        var unmarshaller = StreamingDistributionUnmarshaller.Instance;
                        response.StreamingDistribution = unmarshaller.Unmarshall(context);
                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }
          
            return;
        }