public static DescribeLiveStreamsNotifyUrlConfigResponse Unmarshall(UnmarshallerContext context)
        {
            DescribeLiveStreamsNotifyUrlConfigResponse describeLiveStreamsNotifyUrlConfigResponse = new DescribeLiveStreamsNotifyUrlConfigResponse();

            describeLiveStreamsNotifyUrlConfigResponse.HttpResponse = context.HttpResponse;
            describeLiveStreamsNotifyUrlConfigResponse.RequestId    = context.StringValue("DescribeLiveStreamsNotifyUrlConfig.RequestId");

            DescribeLiveStreamsNotifyUrlConfigResponse.LiveStreamsNotifyConfig_ liveStreamsNotifyConfig = new DescribeLiveStreamsNotifyUrlConfigResponse.LiveStreamsNotifyConfig_();
            liveStreamsNotifyConfig.DomainName = context.StringValue("DescribeLiveStreamsNotifyUrlConfig.LiveStreamsNotifyConfig.DomainName");
            liveStreamsNotifyConfig.NotifyUrl  = context.StringValue("DescribeLiveStreamsNotifyUrlConfig.LiveStreamsNotifyConfig.NotifyUrl");
            describeLiveStreamsNotifyUrlConfigResponse.LiveStreamsNotifyConfig = liveStreamsNotifyConfig;

            return(describeLiveStreamsNotifyUrlConfigResponse);
        }
Esempio n. 2
0
        public static DescribeLiveStreamsNotifyUrlConfigResponse Unmarshall(UnmarshallerContext _ctx)
        {
            DescribeLiveStreamsNotifyUrlConfigResponse describeLiveStreamsNotifyUrlConfigResponse = new DescribeLiveStreamsNotifyUrlConfigResponse();

            describeLiveStreamsNotifyUrlConfigResponse.HttpResponse = _ctx.HttpResponse;
            describeLiveStreamsNotifyUrlConfigResponse.RequestId    = _ctx.StringValue("DescribeLiveStreamsNotifyUrlConfig.RequestId");

            DescribeLiveStreamsNotifyUrlConfigResponse.DescribeLiveStreamsNotifyUrlConfig_LiveStreamsNotifyConfig liveStreamsNotifyConfig = new DescribeLiveStreamsNotifyUrlConfigResponse.DescribeLiveStreamsNotifyUrlConfig_LiveStreamsNotifyConfig();
            liveStreamsNotifyConfig.DomainName = _ctx.StringValue("DescribeLiveStreamsNotifyUrlConfig.LiveStreamsNotifyConfig.DomainName");
            liveStreamsNotifyConfig.NotifyUrl  = _ctx.StringValue("DescribeLiveStreamsNotifyUrlConfig.LiveStreamsNotifyConfig.NotifyUrl");
            liveStreamsNotifyConfig.AuthType   = _ctx.StringValue("DescribeLiveStreamsNotifyUrlConfig.LiveStreamsNotifyConfig.AuthType");
            liveStreamsNotifyConfig.AuthKey    = _ctx.StringValue("DescribeLiveStreamsNotifyUrlConfig.LiveStreamsNotifyConfig.AuthKey");
            describeLiveStreamsNotifyUrlConfigResponse.LiveStreamsNotifyConfig = liveStreamsNotifyConfig;

            return(describeLiveStreamsNotifyUrlConfigResponse);
        }