public static DeleteRouterInterfaceResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteRouterInterfaceResponse deleteRouterInterfaceResponse = new DeleteRouterInterfaceResponse();

            deleteRouterInterfaceResponse.HttpResponse = context.HttpResponse;
            deleteRouterInterfaceResponse.RequestId = context.StringValue("DeleteRouterInterface.RequestId");

            return deleteRouterInterfaceResponse;
        }
Ejemplo n.º 2
0
        public static DeleteRouterInterfaceResponse Unmarshall(UnmarshallerContext _ctx)
        {
            DeleteRouterInterfaceResponse deleteRouterInterfaceResponse = new DeleteRouterInterfaceResponse();

            deleteRouterInterfaceResponse.HttpResponse = _ctx.HttpResponse;
            deleteRouterInterfaceResponse.RequestId    = _ctx.StringValue("DeleteRouterInterface.RequestId");

            return(deleteRouterInterfaceResponse);
        }
        public static DeleteRouterInterfaceResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteRouterInterfaceResponse deleteRouterInterfaceResponse = new DeleteRouterInterfaceResponse()
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("DeleteRouterInterface.RequestId")
            };

            return(deleteRouterInterfaceResponse);
        }