public static ModifyCdnServiceResponse Unmarshall(UnmarshallerContext _ctx)
        {
            ModifyCdnServiceResponse modifyCdnServiceResponse = new ModifyCdnServiceResponse();

            modifyCdnServiceResponse.HttpResponse = _ctx.HttpResponse;
            modifyCdnServiceResponse.RequestId    = _ctx.StringValue("ModifyCdnService.RequestId");

            return(modifyCdnServiceResponse);
        }
        public static ModifyCdnServiceResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyCdnServiceResponse modifyCdnServiceResponse = new ModifyCdnServiceResponse();

            modifyCdnServiceResponse.HttpResponse = context.HttpResponse;
            modifyCdnServiceResponse.RequestId = context.StringValue("ModifyCdnService.RequestId");

            return modifyCdnServiceResponse;
        }
        public static ModifyCdnServiceResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyCdnServiceResponse modifyCdnServiceResponse = new ModifyCdnServiceResponse()
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("ModifyCdnService.RequestId")
            };

            return(modifyCdnServiceResponse);
        }