public static CreateRouterInterfaceResponse Unmarshall(UnmarshallerContext context)
        {
            CreateRouterInterfaceResponse createRouterInterfaceResponse = new CreateRouterInterfaceResponse();

            createRouterInterfaceResponse.HttpResponse      = context.HttpResponse;
            createRouterInterfaceResponse.RequestId         = context.StringValue("CreateRouterInterface.RequestId");
            createRouterInterfaceResponse.RouterInterfaceId = context.StringValue("CreateRouterInterface.RouterInterfaceId");

            return(createRouterInterfaceResponse);
        }
Exemplo n.º 2
0
        public static CreateRouterInterfaceResponse Unmarshall(UnmarshallerContext _ctx)
        {
            CreateRouterInterfaceResponse createRouterInterfaceResponse = new CreateRouterInterfaceResponse();

            createRouterInterfaceResponse.HttpResponse      = _ctx.HttpResponse;
            createRouterInterfaceResponse.RequestId         = _ctx.StringValue("CreateRouterInterface.RequestId");
            createRouterInterfaceResponse.RouterInterfaceId = _ctx.StringValue("CreateRouterInterface.RouterInterfaceId");
            createRouterInterfaceResponse.OrderId           = _ctx.LongValue("CreateRouterInterface.OrderId");

            return(createRouterInterfaceResponse);
        }