public static SetPathCacheExpiredConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetPathCacheExpiredConfigResponse setPathCacheExpiredConfigResponse = new SetPathCacheExpiredConfigResponse();

            setPathCacheExpiredConfigResponse.HttpResponse = context.HttpResponse;
            setPathCacheExpiredConfigResponse.RequestId = context.StringValue("SetPathCacheExpiredConfig.RequestId");

            return setPathCacheExpiredConfigResponse;
        }
        public static SetPathCacheExpiredConfigResponse Unmarshall(UnmarshallerContext _ctx)
        {
            SetPathCacheExpiredConfigResponse setPathCacheExpiredConfigResponse = new SetPathCacheExpiredConfigResponse();

            setPathCacheExpiredConfigResponse.HttpResponse = _ctx.HttpResponse;
            setPathCacheExpiredConfigResponse.RequestId    = _ctx.StringValue("SetPathCacheExpiredConfig.RequestId");

            return(setPathCacheExpiredConfigResponse);
        }
예제 #3
0
        public static SetPathCacheExpiredConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetPathCacheExpiredConfigResponse setPathCacheExpiredConfigResponse = new SetPathCacheExpiredConfigResponse()
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("SetPathCacheExpiredConfig.RequestId")
            };

            return(setPathCacheExpiredConfigResponse);
        }