Beispiel #1
0
        public static DescribeLiveRecordNotifyConfigResponse Unmarshall(UnmarshallerContext context)
        {
            DescribeLiveRecordNotifyConfigResponse describeLiveRecordNotifyConfigResponse = new DescribeLiveRecordNotifyConfigResponse();

            describeLiveRecordNotifyConfigResponse.HttpResponse = context.HttpResponse;
            describeLiveRecordNotifyConfigResponse.RequestId    = context.StringValue("DescribeLiveRecordNotifyConfig.RequestId");

            DescribeLiveRecordNotifyConfigResponse.LiveRecordNotifyConfig_ liveRecordNotifyConfig = new DescribeLiveRecordNotifyConfigResponse.LiveRecordNotifyConfig_();
            liveRecordNotifyConfig.DomainName       = context.StringValue("DescribeLiveRecordNotifyConfig.LiveRecordNotifyConfig.DomainName");
            liveRecordNotifyConfig.NotifyUrl        = context.StringValue("DescribeLiveRecordNotifyConfig.LiveRecordNotifyConfig.NotifyUrl");
            liveRecordNotifyConfig.NeedStatusNotify = context.BooleanValue("DescribeLiveRecordNotifyConfig.LiveRecordNotifyConfig.NeedStatusNotify");
            describeLiveRecordNotifyConfigResponse.LiveRecordNotifyConfig = liveRecordNotifyConfig;

            return(describeLiveRecordNotifyConfigResponse);
        }
        public static DescribeLiveRecordNotifyConfigResponse Unmarshall(UnmarshallerContext _ctx)
        {
            DescribeLiveRecordNotifyConfigResponse describeLiveRecordNotifyConfigResponse = new DescribeLiveRecordNotifyConfigResponse();

            describeLiveRecordNotifyConfigResponse.HttpResponse = _ctx.HttpResponse;
            describeLiveRecordNotifyConfigResponse.RequestId    = _ctx.StringValue("DescribeLiveRecordNotifyConfig.RequestId");

            DescribeLiveRecordNotifyConfigResponse.DescribeLiveRecordNotifyConfig_LiveRecordNotifyConfig liveRecordNotifyConfig = new DescribeLiveRecordNotifyConfigResponse.DescribeLiveRecordNotifyConfig_LiveRecordNotifyConfig();
            liveRecordNotifyConfig.DomainName       = _ctx.StringValue("DescribeLiveRecordNotifyConfig.LiveRecordNotifyConfig.DomainName");
            liveRecordNotifyConfig.NotifyUrl        = _ctx.StringValue("DescribeLiveRecordNotifyConfig.LiveRecordNotifyConfig.NotifyUrl");
            liveRecordNotifyConfig.OnDemandUrl      = _ctx.StringValue("DescribeLiveRecordNotifyConfig.LiveRecordNotifyConfig.OnDemandUrl");
            liveRecordNotifyConfig.NeedStatusNotify = _ctx.BooleanValue("DescribeLiveRecordNotifyConfig.LiveRecordNotifyConfig.NeedStatusNotify");
            describeLiveRecordNotifyConfigResponse.LiveRecordNotifyConfig = liveRecordNotifyConfig;

            return(describeLiveRecordNotifyConfigResponse);
        }